Skip to content

Releases: actions/upload-artifact

v6.0.0

12 Dec 18:51
b7c566a

Choose a tag to compare

v6 - What's new

Important

actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

  • Upload Artifact Node 24 support by @salmanmkc in #719
  • fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in #744
  • prepare release v6.0.0 for Node.js 24 support by @salmanmkc in #745

Full Changelog: v5.0.0...v6.0.0

v5.0.0

24 Oct 18:19
330a01c

Choose a tag to compare

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: v4...v5.0.0

v4.6.2

19 Mar 17:47
ea165f8

Choose a tag to compare

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in #685

New Contributors

Full Changelog: v4...v4.6.2

v4.6.1

21 Feb 19:00
4cec3d8

Choose a tag to compare

What's Changed

Full Changelog: v4...v4.6.1

v4.6.0

09 Jan 15:47
65c4c4a

Choose a tag to compare

What's Changed

  • Expose env vars to control concurrency and timeout by @yacaovsnc in #662

Full Changelog: v4...v4.6.0

v4.5.0

17 Dec 22:02
6f51ac0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.5.0

v4.4.3

09 Oct 17:17
b4b15b8

Choose a tag to compare

What's Changed

Full Changelog: v4.4.2...v4.4.3

v4.4.2

08 Oct 18:18
8448086

Choose a tag to compare

What's Changed

  • Bump @actions/artifact to 2.1.11 by @robherley in #627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: v4.4.1...v4.4.2

v4.4.1

07 Oct 15:47
604373d

Choose a tag to compare

What's Changed

  • Add a section about hidden files by @joshmgross in #607
  • Add workflow file for publishing releases to immutable action package by @Jcambass in #621
  • Update @actions/artifact to latest version, includes symlink and timeout fixes by @robherley in #625

New Contributors

Full Changelog: v4.4.0...v4.4.1

v3.2.1-node20

02 Sep 16:49
c24449f

Choose a tag to compare

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20

Full Changelog: v3.2.0-node20...v3.2.1-node20