diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index a5abff451..89f1e0e13 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: kubectl-volsync path: bin/kubectl-volsync