Skip to content

Commit

Permalink
Merge pull request #25 from dmlloyd/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4
  • Loading branch information
dmlloyd authored Dec 15, 2023
2 parents 26ab7ae + 5d8966c commit f8ef5b4
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 @@ -34,7 +34,7 @@ jobs:
run: find . -type d -name '*-reports' -o -name "*-logs" | tar -czf test-reports.tgz -T -

- name: Upload failure Archive (if maven failed)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-reports
Expand Down

0 comments on commit f8ef5b4

Please sign in to comment.