diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6502422..594ec86 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -70,7 +70,7 @@ jobs: - name: Build documentation run: hatch run docs:build-check - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./site