Sourced from actions/upload-artifact's releases.
v6.0.0
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
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
b7c566a
Merge pull request #745
from actions/upload-artifact-v6-releasee516bc8
docs: correct description of Node.js 24 support in READMEddc45ed
docs: update README to correct action name for Node.js 24 support615b319
chore: release v6.0.0 for Node.js 24 support017748b
Merge pull request #744
from actions/fix-storage-blob38d4c79
chore: rebuild dist7d27270
chore: add missing license cache files for @actions/core,
@actions/io, and mi...5f643d3
chore: update license files for @actions/artifact@5.0.1 dependencies1df1684
chore: update package-lock.json with @actions/artifact@5.0.1b5b1a91
fix: update @actions/artifact to ^5.0.0 for Node.js 24
punycode fix