diff --git a/.github/workflows/documentation_deploy.yaml b/.github/workflows/documentation_deploy.yaml index e78ed0a..4784b31 100644 --- a/.github/workflows/documentation_deploy.yaml +++ b/.github/workflows/documentation_deploy.yaml @@ -32,7 +32,7 @@ jobs: cd docs make html - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './docs/build/html' diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index e972dc0..60609da 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -38,7 +38,7 @@ jobs: make html make doctest - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './docs/build/html'