Skip to content

Commit fbceba2

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps actions/upload-artifact from 5.0.0 to 6.0.0. ## Release notes 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 @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 ## Commits b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1 b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: lfit.gh2gerrit <[email protected]> Change-Id: I5619142488ce0d1c6bb2529c06c51623ddcfafbc GitHub-PR: #31 GitHub-Hash: 136b7bf501628f71
1 parent c689e26 commit fbceba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gerrit-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# `tests` and `publish` will use the same pre-built distributions,
131131
# so we make sure to release the exact same package that was tested
132132
# yamllint disable-line rule:line-length
133-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
133+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
134134
with:
135135
name: python-distribution-files
136136
path: dist/

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Store the distribution packages
4747
# yamllint disable-line rule:line-length
48-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
48+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4949
with:
5050
name: ${{ github.ref_name }}
5151
path: dist/

0 commit comments

Comments
 (0)