diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index a5abff451..ec0a28813 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -182,7 +182,7 @@ jobs: run: docker save -o /tmp/image.tar ${OPERATOR_IMAGE} - name: Save container as artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: volsync-operator path: /tmp/image.tar @@ -219,7 +219,7 @@ jobs: run: docker save -o /tmp/image.tar ${CUSTOM_SCORECARD_IMAGE} - name: Save container as artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: volsync-custom-scorecard-tests-container path: /tmp/image.tar @@ -267,7 +267,7 @@ jobs: run: make test-krew - name: Save cli as artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: kubectl-volsync path: bin/kubectl-volsync