diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 830e060..6afbf97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: run: yarn build:www - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: web-build path: packages/apps/build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a8d4b..c68de62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: run: yarn build:release:electron - name: Upload Electron artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: electron-${{ matrix.os }} path: packages/apps-electron/release