diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f978c0ca6a..adc5a80581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -222,7 +222,7 @@ jobs: - name: Install ARM target run: rustup update && rustup target add aarch64-apple-darwin - name: Import Certificate - uses: apple-actions/import-codesign-certs@v1 + uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }} p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}