diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a3a455185..48e2ea2d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -440,14 +440,14 @@ jobs: - name: Install Developer ID certificate if: startsWith(github.ref, 'refs/tags/v') - uses: apple-actions/import-codesign-certs@v6 + uses: apple-actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.HGUANDL_SIGN_CERT_P12 }} p12-password: ${{ secrets.HGUANDL_SIGN_CERT_PASSWD }} - name: Download provisioning profiles if: startsWith(github.ref, 'refs/tags/v') - uses: apple-actions/download-provisioning-profiles@v5 + uses: apple-actions/download-provisioning-profiles@v6 with: bundle-id: "com.hguandl.MeoAsstMac" issuer-id: ${{ secrets.HGUANDL_APPSTORE_ISSUER }}