diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 19b568aa..59321918 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -107,7 +107,7 @@ jobs: # Mac .pkg build + sign - name: Import Apple installer signing certificate if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET - uses: Apple-Actions/import-codesign-certs@v1 + uses: Apple-Actions/import-codesign-certs@v3 with: keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }} p12-file-base64: ${{ secrets.APPLE_DEV_ID_INSTALLER }} @@ -115,7 +115,7 @@ jobs: - name: Import Apple Application signing certificate if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET - uses: Apple-Actions/import-codesign-certs@v1 + uses: Apple-Actions/import-codesign-certs@v3 with: create-keychain: false # Created when importing the first cert keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}