Skip to content

Commit 774c3e8

Browse files
authored
Merge pull request #102 from dmlloyd/dependabot/github_actions/actions/upload-artifact-5
2 parents 461abd2 + 25a9364 commit 774c3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: find . -type d -name '*-reports' -o -name "*-logs" | tar -czf test-reports.tgz -T -
3535

3636
- name: Upload failure Archive (if maven failed)
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
if: failure()
3939
with:
4040
name: test-reports

0 commit comments

Comments
 (0)