diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f0eba..c882bc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: - name: Setup Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload Pages artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main'