CI: Use v2 for cert import

This commit is contained in:
Mykola Grymalyuk
2023-05-04 11:19:12 -06:00
parent ef9df5265b
commit a33142e29e

View File

@@ -32,7 +32,7 @@ jobs:
- name: Import Certificate
if: (!test -f ~/Library/Keychains/login.keychain-db || !security find-certificate -c "${{ env.MAC_CODESIGN_IDENTITY }}" ~/Library/Keychains/login.keychain-db)
uses: apple-actions/import-codesign-certs@v1
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MAC_CODESIGN_CERT }}
p12-password: ${{ secrets.MAC_NOTARIZATION_PASSWORD }}