diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c2362a..4895c66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Configure GitHub Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload GitHub Pages artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main'