Skip to content

Commit 0f713b8

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
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 fe964c6 commit 0f713b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: docker save -o kmm_local.tar kmm:local
2424

2525
- name: Upload the image
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: ci-image-kmm
2929
if-no-files-found: error
@@ -46,7 +46,7 @@ jobs:
4646
run: docker save -o kmm-hub_local.tar kmm-hub:local
4747

4848
- name: Upload the image
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: ci-image-kmm-hub
5252
if-no-files-found: error
@@ -69,7 +69,7 @@ jobs:
6969
run: docker save -o kmm-signimage_local.tar kmm-signimage:local
7070

7171
- name: Upload the image
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: ci-image-signer
7575
if-no-files-found: error
@@ -92,7 +92,7 @@ jobs:
9292
run: docker save -o kmm-worker_local.tar kmm-worker:local
9393

9494
- name: Upload the image
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v5
9696
with:
9797
name: ci-image-worker
9898
if-no-files-found: error
@@ -115,7 +115,7 @@ jobs:
115115
run: docker save -o kmm-webhook-server_local.tar kmm-webhook-server:local
116116

117117
- name: Upload the image
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: ci-image-webhook-server
121121
if-no-files-found: error

0 commit comments

Comments
 (0)