Skip to content

Commit

Permalink
Merge pull request #73 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 21, 2023
2 parents 52e8657 + f0eaba1 commit e88c83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }}
run: mvn clean verify
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
Expand Down

0 comments on commit e88c83b

Please sign in to comment.