diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036f922e..7ca7fe82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - run: yarn install - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist path: dist