Skip to content

Commit

Permalink
Update github action artifacts to v4
Browse files Browse the repository at this point in the history
v3 is deprecated and will be soon non-functional

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Dec 16, 2024
1 parent 387ccad commit 6166f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
cargo build -vv $OPTS --features "$FEATURES"
cargo test -vv $OPTS --features "$FEATURES"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Build logs ${{ matrix.name }}
Expand Down

0 comments on commit 6166f28

Please sign in to comment.