diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afec375..1107b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: run: npm ci - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-${{ github.sha }} path: dist