diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a76ded..2335cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - run: pnpm install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: build-output - run: pnpm typecheck