Skip to content

Commit 16f11f8

Browse files
tykealGerrit Code Review
authored andcommitted
Merge "Chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0" into main
2 parents 8186bcb + fbceba2 commit 16f11f8

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)