diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd51da99..694bf5c70 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@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: build-output