Skip to content

Commit e1c8f02

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. Change-Id: I70b47b39a406f24490caf3aab04392be082c1e39 --- [//]: # (dependabot-end) Bumps actions/upload-artifact from 4.6.2 to 5.0.0. ## Release notes Sourced from actions/upload-artifact's releases. 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 actions/upload-artifact#681 Update README.md by @​nebuk89 in actions/upload-artifact#712 Readme: spell out the first use of GHES by @​danwkennedy in actions/upload-artifact#727 Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in actions/upload-artifact#725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @​danwkennedy in actions/upload-artifact#734 New Contributors @​GhadimiR made their first contribution in actions/upload-artifact#681 @​nebuk89 made their first contribution in actions/upload-artifact#712 @​danwkennedy made their first contribution in actions/upload-artifact#727 @​patrikpolyak made their first contribution in actions/upload-artifact#725 Full Changelog: actions/upload-artifact@v4...v5.0.0 ## Commits 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0 03f2824 Update github.dep.yml 905a1ec Prepare v5.0.0 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1 9687587 Merge branch 'main' into patch-1 2848b2c Merge pull request #727 from danwkennedy/patch-1 9b51177 Spell out the first use of GHES cd231ca Update GHES guidance to include reference to Node 20 version de65e23 Merge pull request #712 from actions/nebuk89-patch-1 8747d8c Update README.md 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: Ica9ca9701435c16a2b212789fa36c427b1a87aad GitHub-PR: #12 GitHub-Hash: 5ba0103cc0fa1c65
1 parent b1b03bb commit e1c8f02

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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
133+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949
with:
5050
name: ${{ github.ref_name }}
5151
path: dist/

0 commit comments

Comments
 (0)