Skip to content

Releases: actions/upload-artifact

v4.0.0

14 Dec 16:38
c7d193f
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

v3.1.3

06 Sep 19:16
a8a3f3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.3

v3.1.2

06 Jan 14:29
0b7f8ab
Compare
Choose a tag to compare
  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

21 Oct 19:20
83fd05a
Compare
Choose a tag to compare
  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

20 May 14:38
3cea537
Compare
Choose a tag to compare

What's Changed

v3.0.0

03 Mar 17:56
6673cd0
Compare
Choose a tag to compare

What's Changed

  • Update default runtime to node16 (#293)
  • Update package-lock.json file version to 2 (#302)

Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

15 Dec 14:56
82c141c
Compare
Choose a tag to compare

Fix for empty fails on Windows failing on upload #281

v2.3.0 Upload Artifact

07 Dec 20:07
da838ae
Compare
Choose a tag to compare
  • 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

16 Jun 16:26
27121b0
Compare
Choose a tag to compare
  • Retry on HTTP 500 responses from the service

v2.2.3

06 Apr 21:07
ee69f02
Compare
Choose a tag to compare
  • Fixes for proxy related issues