You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run any GitHub Actions workflow that uses v3 of actions/upload-artifact or actions/download-artifact.
What was expected to happen?
Workflows should run.
What actually happened? Please include a screenshot of the output.
When running workflows causes automatic failure with the following message.
Error: This request has been automatically failed because it uses a deprecated version ofactions/upload-artifact: v3. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Proposed solution
Migrate actions/upload-artifact and actions/download-artifact to v4.
Upgrade artifact actions to v4
All workflows using v3 of artifact actions automatically fail from
2025-01-30 onwards due to deprecation.
Let's upgrade to the latest version (v4).
Please include the steps to reproduce the bug.
Run any GitHub Actions workflow that uses v3 of actions/upload-artifact or actions/download-artifact.
What was expected to happen?
Workflows should run.
What actually happened? Please include a screenshot of the output.
When running workflows causes automatic failure with the following message.
Error: This request has been automatically failed because it uses a deprecated version of
actions/upload-artifact: v3. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Proposed solution
Migrate actions/upload-artifact and actions/download-artifact to v4.
Deprecation notice: v3 of the artifact actions
The text was updated successfully, but these errors were encountered: