diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e7e461f..7d45eb5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -54,7 +54,7 @@ jobs: cp -r source/_static/* build/html/_static cd ../.. - name: Upload documentation as an artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: html-documentation retention-days: 15