Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot committed Jan 18, 2024
1 parent 6a16bdf commit 5480d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: docker save -o /tmp/image.tar ${OPERATOR_IMAGE}

- name: Save container as artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: volsync-operator
path: /tmp/image.tar
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
run: docker save -o /tmp/image.tar ${CUSTOM_SCORECARD_IMAGE}

- name: Save container as artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: volsync-custom-scorecard-tests-container
path: /tmp/image.tar
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
run: make test-krew

- name: Save cli as artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: kubectl-volsync
path: bin/kubectl-volsync
Expand Down

0 comments on commit 5480d66

Please sign in to comment.