diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3acc2c6b8..42dcc526d 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -74,7 +74,7 @@ jobs: run: ${{ matrix.setupCl }} - name: Setup MacOS Keychain - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }} with: p12-file-base64: ${{ secrets.APPLE_CERT }} diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 94e8bf2ae..20a03925e 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -74,7 +74,7 @@ jobs: run: ${{ matrix.setupCl }} - name: Setup MacOS Keychain - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }} with: p12-file-base64: ${{ secrets.APPLE_CERT }}