Skip to content

Commit 0868819

Browse files
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#14663)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ac9bde commit 0868819

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cli-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
push: false
3333
load: false
3434
outputs: type=local,dest=.
35-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
35+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
3636
id: upload
3737
with:
3838
name: cli-bin-${{ inputs.version }}-${{ inputs.target }}

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
mkdir -p /home/runner/archives
103103
docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar'
104-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
104+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
105105
with:
106106
name: image-archives-${{ matrix.component }}
107107
path: /home/runner/archives
@@ -248,7 +248,7 @@ jobs:
248248
run: |
249249
mkdir -p /home/runner/archives
250250
docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar'
251-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
251+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
252252
with:
253253
name: image-archives-${{ matrix.component }}
254254
path: /home/runner/archives

0 commit comments

Comments
 (0)