diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c9d8703d..cb433af3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download build artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: build-output