diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef0faa..57b9bdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: python-version: "3.12" - run: uv sync --all-extras --dev - run: uv run sphinx-build -W -b html docs public - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: public