Skip to content

Commit 6196a24

Browse files
committed
Update actions/upload-artifact action to v7.0.1
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 700ea21 commit 6196a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/operator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
run: docker save -o /tmp/image.tar ${OPERATOR_IMAGE}
210210

211211
- name: Save container as artifact
212-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
212+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
213213
with:
214214
name: volsync-operator-${{ env.ARCH }}
215215
path: /tmp/image.tar
@@ -246,7 +246,7 @@ jobs:
246246
run: docker save -o /tmp/image.tar ${CUSTOM_SCORECARD_IMAGE}
247247

248248
- name: Save container as artifact
249-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
249+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
250250
with:
251251
name: volsync-custom-scorecard-tests-container
252252
path: /tmp/image.tar
@@ -304,7 +304,7 @@ jobs:
304304
run: make test-krew
305305

306306
- name: Save cli as artifact
307-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
307+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
308308
with:
309309
name: kubectl-volsync-${{ env.ARCH }}
310310
path: bin/kubectl-volsync

0 commit comments

Comments
 (0)