ci(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1#209
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
commit: |
|
| Field | Value |
|---|---|
| Action | actions/upload-artifact |
| Previous | v4.6.2 |
| New | v7.0.1 |
| Type | Major (v4 → v7) |
Breaking Changes
- BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
Release Notes (v5 → v7)
v7.0.1
What's Changed
- Update the readme with direct upload details by @danwkennedy in Update the readme with direct upload details actions/upload-artifact#795
- Readme: bump all the example versions to v7 by @danwkennedy in Readme: bump all the example versions to v7 actions/upload-artifact#796
- Include changes in typespec/ts-http-runtime 0.3.5 by @yacaovsnc in Include changes in typespec/ts-http-runtime 0.3.5 actions/upload-artifact#797
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to 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. The name parameter 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 Add proxy integration test actions/upload-artifact#754
- Upgrade the module to ESM and bump dependencies by @danwkennedy in Upgrade the module to ESM and bump dependencies actions/upload-artifact#762
- Support direct file uploads by @danwkennedy in Support direct file uploads actions/upload-artifact#764
New Contributors
- @Link- made their first contribution in Add proxy integration test actions/upload-artifact#754
Full Changelog: actions/upload-artifact@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 @salmanmkc in Upload Artifact Node 24 support actions/upload-artifact#719
- fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in fix: update @actions/artifact for Node.js 24 punycode deprecation actions/upload-artifact#744
- prepare release v6.0.0 for Node.js 24 support by @salmanmkc in prepare release v6.0.0 for Node.js 24 support actions/upload-artifact#745
Full Changelog: actions/upload-artifact@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 @GhadimiR in Update README.md actions/upload-artifact#681
- Update README.md by @nebuk89 in Update README.md actions/upload-artifact#712
- Readme: spell out the first use of GHES by @danwkennedy in Readme: spell out the first use of GHES actions/upload-artifact#727
- Update GHES guidance to include reference to Node 20 version by @patrikpolyak in Update GHES guidance to include reference to Node 20 version actions/upload-artifact#725
- Bump
@actions/artifacttov4.0.0 - Prepare
v5.0.0by @danwkennedy in Preparev5.0.0actions/upload-artifact#734
New Contributors
- @GhadimiR made their first contribution in Update README.md actions/upload-artifact#681
- @nebuk89 made their first contribution in Update README.md actions/upload-artifact#712
- @danwkennedy made their first contribution in Readme: spell out the first use of GHES actions/upload-artifact#727
- @patrikpolyak made their first contribution in Update GHES guidance to include reference to Node 20 version actions/upload-artifact#725
Full Changelog: actions/upload-artifact@v4...v5.0.0
Next Steps
- Review breaking changes above
- Check if workflow inputs/outputs changed
- Verify compatibility with your CI/CD configuration
Full changelog: https://github.com/actions/upload-artifact/releases
Generated automatically for Dependabot major version PRs.
Bumps actions/upload-artifact from 4.6.2 to 7.0.1.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: 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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)