Releases: actions/download-artifact
Releases · actions/download-artifact
v4.1.5
What's Changed
- Update readme with v3/v2/v1 deprecation notice by @robherley in #322
- Update dependencies
@actions/coreto v1.10.1 and@actions/artifactto v2.1.5
Full Changelog: v4.1.4...v4.1.5
v4.1.4
v4.1.3
What's Changed
- Update release-new-action-version.yml by @konradpabjan in #292
- Update toolkit dependency with updated unzip logic by @bethanyj28 in #299
- Update @actions/artifact by @bethanyj28 in #303
New Contributors
- @bethanyj28 made their first contribution in #299
Full Changelog: v4...v4.1.3
v4.1.2
- Bump @actions/artifacts to latest version to include updated GHES host check
v4.1.1
- Fix transient request timeouts #249
- Bump
@actions/artifactsto latest version
v4.1.0
What's Changed
- Some cleanup by @robherley in #247
- Fix default for run-id by @stchr in #252
- Support pattern matching to filter artifacts & merge to same directory by @robherley in #259
New Contributors
Full Changelog: v4...v4.1.0
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
v2.1.1
- Bump
@actions/coreto the latest version to prevent breaking changes onceset-outputandsave-statecommands are deprecated #21
v3.0.2
- Bump
@actions/artifactto v1.1.1 - #195 - Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278