Skip to content

Commit

Permalink
Bump version of actions/upload-artifact action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdno committed Oct 1, 2024
1 parent dd7a743 commit 39152f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: github.event_name == 'push' && github.repository == 'rust-lang/promote-release' && github.ref == 'refs/heads/master'

- name: Upload the Docker image we built to GitHub Actions artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-image
path: promote-release.tar.zstd
Expand Down

0 comments on commit 39152f3

Please sign in to comment.