Skip to content

Releases: actions/upload-artifact

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

v2.2.2

04 Jan 18:14
e448a9b
Compare
Choose a tag to compare
  • Improved retryability and error handling

v2.2.1

13 Nov 18:06
726a6dc
Compare
Choose a tag to compare
  • Update used actions/core package to the latest version

v2.2.0

01 Oct 13:22
27bce4e
Compare
Choose a tag to compare
  • Support for artifact retention

v2.1.4

11 Aug 16:24
5874080
Compare
Choose a tag to compare
  • Add Third Party License Information