Skip to content

Commit

Permalink
Merge pull request #41 from jboss-logging/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jamezp authored Dec 9, 2024
2 parents 16b0109 + 35c1770 commit 283e7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
run: |
mvn clean install -U -B -fae
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
Expand All @@ -68,7 +68,7 @@ jobs:
run: |
mvn clean install -U -B
mvn test -Dlegacy.test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: legacy-surefire-reports-${{ matrix.java }}
Expand Down

0 comments on commit 283e7ea

Please sign in to comment.