diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 6d9d668..7628480 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -31,7 +31,7 @@ jobs: yarn build:win - name: Import Apple installer signing certificate if: ${{ matrix.os == 'macos-latest'}} - uses: Apple-Actions/import-codesign-certs@v6 + uses: Apple-Actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.APPLE_DEV_ID_APP }} p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }}