diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7692c7c..2b526ef 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -45,7 +45,7 @@ jobs: # Land visitors on the documentation root rather than a 404. echo '' > _site/index.html - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: _site