diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index ad1e9b9..9cb15ac 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -67,7 +67,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload unsigned artifacts for signing - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 id: upload-unsigned with: name: windows-unsigned diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7a79ed..52428f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: CI: true - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: playwright-report