chore(deps): update github artifact actions to v4 (major) #147
Reference in New Issue
Block a user
Delete Branch "renovate/major-github-artifact-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3→v4v3→v4Release Notes
actions/download-artifact (actions/download-artifact)
v4.0.0Compare Source
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
Breaking Changes
action/upload-artifact@v3and below are not supported.For assistance with breaking changes, see MIGRATION.md.
Improvements
New Contributors
Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0
actions/upload-artifact (actions/upload-artifact)
v4.0.0Compare Source
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
New Contributors
Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
Coverage Report
Total coverage: 100.0%
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.