diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73d1d8a1..5a5026df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: # Skip building the installer for PRs, since code signing / notarizing requires access to the repo's secrets. - name: Add Certificates to Keychain if: github.event_name != 'pull_request' - uses: apple-actions/import-codesign-certs@v6 + uses: apple-actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.MAC_CERTS_BASE64 }} p12-password: ${{ secrets.MAC_CERTS_PASSWORD }}