diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba0d3c40d..083a704bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fingerprint: ${{ secrets.GPG_SUB_FINGERPRINT }} - name: Set up Apple certs if: runner.os == 'macOS' - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 with: p12-file-base64: ${{ secrets.APPLE_CERT_P12 }} p12-password: ${{ secrets.APPLE_CERT_P12_PWD }}