diff --git a/.github/workflows/custom-test.yml b/.github/workflows/custom-test.yml index 4e49dded..3c96efd0 100644 --- a/.github/workflows/custom-test.yml +++ b/.github/workflows/custom-test.yml @@ -42,7 +42,7 @@ jobs: python -m sigstore verify github --cert-identity $IDENTITY --bundle artifact.sigstore.json artifact - name: Upload the bundle for other clients to verify - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: bundle path: artifact.sigstore.json