Originally created by: dependabot[bot]
Bumps actions/upload-artifact from 4 to 7.
Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact/issues/754)- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/762">actions/upload-artifact/issues/762)- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/764">actions/upload-artifact/issues/764)New Contributors
@Link- made their first contribution in actions/upload-artifact#754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact/issues/754)Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
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](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/719">actions/upload-artifact/issues/719)- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/744">actions/upload-artifact/issues/744)- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/745">actions/upload-artifact/issues/745)Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
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.
- Update README.md by
@GhadimiRin actions/upload-artifact#681](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/681">actions/upload-artifact/issues/681)- Update README.md by
@nebuk89in actions/upload-artifact#712](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/712">actions/upload-artifact/issues/712)- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/727">actions/upload-artifact/issues/727)- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/725">actions/upload-artifact/issues/725)- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/734">actions/upload-artifact/issues/734)
... (truncated)
043fb46 Merge pull request #797](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/797">/issues/797) from actions/yacaovsnc/update-dependency634250c Include changes in typespec/ts-http-runtime 0.3.5e454baa Readme: bump all the example versions to v7 (#796](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/796">/issues/796))74fad66 Update the readme with direct upload details (#795](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/795">/issues/795))bbbca2d Support direct file uploads (#764](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/764">/issues/764))589182c Upgrade the module to ESM and bump dependencies (#762](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/762">/issues/762))47309c9 Merge pull request #754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/754">/issues/754) from actions/Link-/add-proxy-integration-tests02a8460 Add proxy integration testb7c566a Merge pull request #745](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/745">/issues/745) from actions/upload-artifact-v6-releasee516bc8 docs: correct description of Node.js 24 support in READMEDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.