diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2f03ae..b0ac92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - run: poetry install - name: Run sphinx run: poetry run sphinx-build -W -b html docs public - - uses: actions/upload-pages-artifact@v2 + - uses: actions/upload-pages-artifact@v3 with: path: public