diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ff0fc971..74f60359 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -30,7 +30,7 @@ jobs: echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import --no-tty --batch gpg --list-secret-keys - name: Import Code-Signing Certificates - uses: apple-actions/import-codesign-certs@v5 + uses: apple-actions/import-codesign-certs@v6 with: # The certificates in a PKCS12 file encoded as a base64 string p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}