Skip to content

Commit 70c7ad7

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a65dcd0 commit 70c7ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
run: ./tool/ci/bots.sh
187187

188188
- name: Upload Golden Failure Artifacts
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v5
190190
if: failure()
191191
with:
192192
name: golden_image_failures.${{ matrix.bot }}
@@ -259,7 +259,7 @@ jobs:
259259
run: ./tool/ci/bots.sh
260260

261261
- name: Upload Golden Failure Artifacts
262-
uses: actions/upload-artifact@v4
262+
uses: actions/upload-artifact@v5
263263
if: failure()
264264
with:
265265
name: golden_image_failures.${{ matrix.bot }}

0 commit comments

Comments
 (0)