Skip to content

Commit 283e7ea

Browse files
authored
Merge pull request #41 from jboss-logging/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 16b0109 + 35c1770 commit 283e7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
4444
run: |
4545
mvn clean install -U -B -fae
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4
4747
if: failure()
4848
with:
4949
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
mvn clean install -U -B
7070
mvn test -Dlegacy.test
71-
- uses: actions/upload-artifact@v3
71+
- uses: actions/upload-artifact@v4
7272
if: failure()
7373
with:
7474
name: legacy-surefire-reports-${{ matrix.java }}

0 commit comments

Comments
 (0)