diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48f6df88..375ad409 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -768,7 +768,7 @@ jobs: - name: Import certificate file if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE }} p12-password: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }}