Skip to content

Commit

Permalink
upload-pages-artifact only on v3 not 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Aug 19, 2024
1 parent 9ebe2fe commit 6b42055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6b42055

Please sign in to comment.