Skip to content

Commit

Permalink
Update actions/upload-artifact to v4.
Browse files Browse the repository at this point in the history
Avoids github deprecation notice.
  • Loading branch information
thejpster committed May 17, 2024
1 parent 70fd859 commit 6734ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
./build.sh --verbose
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{success()}}
with:
name: Artifacts
Expand Down

0 comments on commit 6734ad1

Please sign in to comment.