Skip to content

Commit 9bc6832

Browse files
committed
Upgrade actions/upload-artifact action
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
1 parent 9db7860 commit 9bc6832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
done
7373
7474
- name: Upload Artifact
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: rust-by-example
7878
path: book

0 commit comments

Comments
 (0)