diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46a088a..e4c5afc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: if: | matrix.os == 'macos-latest' && (contains(github.ref, 'tags/v') || github.ref == 'refs/heads/main' || contains(github.ref, 'refs/heads/release')) - uses: Apple-Actions/import-codesign-certs@v1.0.4 + uses: Apple-Actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.MACOS_CERT }} p12-password: ${{ secrets.MACOS_PASS }}