Skip to content

Commit

Permalink
.github: bump upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Jan 10, 2025
1 parent 6ac0757 commit d40e027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
run: 7z a logs-itest.zip itest/**/*.log

- name: Upload log files on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: logs-itest
Expand Down

0 comments on commit d40e027

Please sign in to comment.