diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93230bb9..bbf97db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: with: architecture: x64 python-version: ${{ matrix.python-version }} - - uses: apple-actions/import-codesign-certs@v1 + - uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.DEVELOPER_CERT_BASE64 }} p12-password: ${{ secrets.DEVELOPER_CERT_PW }}