Skip to content

Commit

Permalink
Merge pull request #931 from lightninglabs/bumpUploadArtifactAction
Browse files Browse the repository at this point in the history
.github: bump upload-artifact action to v4
  • Loading branch information
ellemouton authored Jan 10, 2025
2 parents 6ac0757 + d40e027 commit 5eeb87a
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 5eeb87a

Please sign in to comment.