Skip to content

Releases: actions/download-artifact

v4.1.5

18 Apr 14:32

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

Choose a tag to compare

What's Changed

Full Changelog: v4...v4.1.4

v4.1.3

26 Feb 20:25
87c5514

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1.3

v4.1.2

05 Feb 21:28
eaceaf8

Choose a tag to compare

v4.1.1

10 Jan 17:24
6b208ae

Choose a tag to compare

  • Fix transient request timeouts #249
  • Bump @actions/artifacts to latest version

v4.1.0

18 Dec 22:24
f44cd7b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1.0

v4.0.0

14 Dec 16:40
7a1cd32

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

v2.1.1

08 Mar 21:53
cbed621

Choose a tag to compare

  • Bump @actions/core to the latest version to prevent breaking changes once set-output and save-state commands are deprecated #21

v3.0.2

05 Jan 21:13
9bc31d5

Choose a tag to compare

  • Bump @actions/artifact to 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

v3.0.1

20 Oct 23:34
9782bd6

Choose a tag to compare