Skip to content

Commit

Permalink
Upgrade actions/upload-artifact action
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.

[^1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
[actions/upload-artifact]: https://github.com/actions/upload-artifact
  • Loading branch information
jdno committed Nov 6, 2024
1 parent 9db7860 commit 9bc6832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
done
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rust-by-example
path: book

0 comments on commit 9bc6832

Please sign in to comment.