diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61758a1f..dec913a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: | npm run build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist