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 @@ -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
You can’t perform that action at this time.
0 commit comments