Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: actions/upload-artifact@v3 will be deprecated on December 5th #489

Open
valarnin opened this issue Nov 6, 2024 · 0 comments
Open

ci: actions/upload-artifact@v3 will be deprecated on December 5th #489

valarnin opened this issue Nov 6, 2024 · 0 comments
Labels
ci /.github/ fix-me Bug report validated or feature request planned

Comments

@valarnin
Copy link
Collaborator

valarnin commented Nov 6, 2024

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: cactbot-${{ env.artifact_sha }}
path: publish/cactbot-release/
retention-days: 30

Copy/pasting the email notification below.


Artifact actions v3 will be deprecated by December 5, 2024. You are receiving this email because you have GitHub Actions workflows using v3 of actions/upload-artifact or actions/download-artifact. After this date using v3 of these actions will result in a workflow failure. Artifacts within their retention period will remain accessible from the UI or REST API regardless of the version used to upload.

To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions/upload-artifact or actions/download-artifact. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:

  • November 14, 12pm - 1pm EST
  • November 21, 9am - 5pm EST

What you need to do
Update workflows to begin using v4 of the artifact actions as soon as possible. While v4 improves upload and download speeds by up to 98% and includes several new features, there are key differences from previous versions that may require updates to your workflows. Please see the documentation in the project repositories for guidance on how to migrate your workflows.

@valarnin valarnin added ci /.github/ fix-me Bug report validated or feature request planned labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci /.github/ fix-me Bug report validated or feature request planned
Projects
None yet
Development

No branches or pull requests

1 participant