diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ef5ea7f..e07bbd8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -50,7 +50,7 @@ jobs: run: poetry run mkdocs build - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docs path: site/*