Releases: actions/download-artifact
Releases · actions/download-artifact
v4.1.8
What's Changed
- Update @actions/artifact version, bump dependencies by @robherley in #341
Full Changelog: v4...v4.1.8
v4.1.7
What's Changed
- Update @actions/artifact dependency by @bethanyj28 in #325
Full Changelog: v4.1.6...v4.1.7
v4.1.6
What's Changed
Full Changelog: v4.1.5...v4.1.6
v4.1.5
What's Changed
- Update readme with v3/v2/v1 deprecation notice by @robherley in #322
- Update dependencies
@actions/core
to v1.10.1 and@actions/artifact
to 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/artifacts
to 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