Releases: actions/upload-artifact
Releases · actions/upload-artifact
v4.0.0
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:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package, @actions/artifact documentation.
New Contributors
Full Changelog: v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by @ljmf00 in #313
- Bump @actions/artifact version to v1.1.2 by @bethanyj28 in #436
Full Changelog: v3...v3.1.3
v3.1.2
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351
v3.1.0
What's Changed
- Bump @actions/artifact to v1.1.0 (#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
v3.0.0
v2.3.1
Fix for empty fails on Windows failing on upload #281
v2.3.0 Upload Artifact
- Optimizations for faster uploads of larger files that are already compressed
- Significantly improved logging when there are chunked uploads
- Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
- Various other small bugfixes & optimizations
v2.2.4
- Retry on HTTP 500 responses from the service
v2.2.3
- Fixes for proxy related issues