diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1f9d90..3a41823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: env: BASE_PATH: /${{ github.event.repository.name }}/ run: npm run build - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 - uses: actions/upload-pages-artifact@v5 with: path: dist