File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
run : docker save -o /tmp/image.tar ${OPERATOR_IMAGE}
199
199
200
200
- name : Save container as artifact
201
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
201
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
202
202
with :
203
203
name : volsync-operator
204
204
path : /tmp/image.tar
@@ -235,7 +235,7 @@ jobs:
235
235
run : docker save -o /tmp/image.tar ${CUSTOM_SCORECARD_IMAGE}
236
236
237
237
- name : Save container as artifact
238
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
238
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
239
239
with :
240
240
name : volsync-custom-scorecard-tests-container
241
241
path : /tmp/image.tar
@@ -283,7 +283,7 @@ jobs:
283
283
run : make test-krew
284
284
285
285
- name : Save cli as artifact
286
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
286
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
287
287
with :
288
288
name : kubectl-volsync
289
289
path : bin/kubectl-volsync
You can’t perform that action at this time.
0 commit comments