Skip to content

Releases: actions/upload-artifact

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

v2.2.2

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