Skip to content

Releases: actions/download-artifact

v4.1.8

05 Jul 15:12
fa0a91b
Compare
Choose a tag to compare

What's Changed

  • Update @actions/artifact version, bump dependencies by @robherley in #341

Full Changelog: v4...v4.1.8

v4.1.7

24 Apr 14:48
65a9edc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.6...v4.1.7

v4.1.6

22 Apr 16:02
9c19ed7
Compare
Choose a tag to compare

What's Changed

  • updating @actions/artifact dependency to v2.1.6 by @eggyhead in #324

Full Changelog: v4.1.5...v4.1.6

v4.1.5

18 Apr 14:32
Compare
Choose a tag to compare

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

01 Mar 18:28
c850b93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.1.4

v4.1.3

26 Feb 20:25
87c5514
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1.3

v4.1.2

05 Feb 21:28
eaceaf8
Compare
Choose a tag to compare

v4.1.1

10 Jan 17:24
6b208ae
Compare
Choose a tag to compare
  • Fix transient request timeouts #249
  • Bump @actions/artifacts to latest version

v4.1.0

18 Dec 22:24
f44cd7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1.0

v4.0.0

14 Dec 16:40
7a1cd32
Compare
Choose a tag to compare

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:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @actions/artifact documentation.

New Contributors

Full Changelog: v3...v4.0.0