Skip to content

Commit 34c086f

Browse files
committed
Update actions/upload-artifact action to v4.6.0
Signed-off-by: Mend Renovate <[email protected]>
1 parent b0c247b commit 34c086f

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
@@ -198,7 +198,7 @@ jobs:
198198
run: docker save -o /tmp/image.tar ${OPERATOR_IMAGE}
199199

200200
- name: Save container as artifact
201-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
201+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
202202
with:
203203
name: volsync-operator
204204
path: /tmp/image.tar
@@ -235,7 +235,7 @@ jobs:
235235
run: docker save -o /tmp/image.tar ${CUSTOM_SCORECARD_IMAGE}
236236

237237
- name: Save container as artifact
238-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
238+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
239239
with:
240240
name: volsync-custom-scorecard-tests-container
241241
path: /tmp/image.tar
@@ -283,7 +283,7 @@ jobs:
283283
run: make test-krew
284284

285285
- name: Save cli as artifact
286-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
286+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
287287
with:
288288
name: kubectl-volsync
289289
path: bin/kubectl-volsync

0 commit comments

Comments
 (0)