Skip to content

Commit

Permalink
Upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
GitHub has announced that v3 of the [actions/upload-artifact] action
will be deprecated on November 30, 2024[^1]. The action has been
upgraded to its most recent version to continue functioning after this
date.

[actions/upload-artifact]: https://github.com/actions/upload-artifact
[^1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions
  • Loading branch information
jdno committed Nov 6, 2024
1 parent 1a28821 commit 74841c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dry-run: false
language: rust
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down

0 comments on commit 74841c5

Please sign in to comment.