diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf333b8..32a3f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: continue-on-error: true - name: Build run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: web-dist path: web/dist