Skip to content

Commit 39152f3

Browse files
committed
Bump version of actions/upload-artifact action
v2 of `actions/upload-artifact` is no longer supported and using it will fail any workflow immediately. v3 will be deprecated in a few months, so we are immediately upgrading to the latest version. See https://github.com/actions/upload-artifact for more information.
1 parent dd7a743 commit 39152f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: github.event_name == 'push' && github.repository == 'rust-lang/promote-release' && github.ref == 'refs/heads/master'
7979

8080
- name: Upload the Docker image we built to GitHub Actions artifacts
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: docker-image
8484
path: promote-release.tar.zstd

0 commit comments

Comments
 (0)