diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ae7eb46..978f82b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') with: path: docs/_build/html/