Skip to content

Commit

Permalink
fix version of upload-artifact which is incompatible with download-ar…
Browse files Browse the repository at this point in the history
…tifact version for documentation
  • Loading branch information
g-bauer committed May 15, 2024
1 parent e421ef5 commit b7bd56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build documentation
run: sphinx-build docs/ public/ -b html
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: public
Expand Down

0 comments on commit b7bd56a

Please sign in to comment.