Skip to content

Commit

Permalink
docs: Update upload-artifact to v3 in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Nov 18, 2024
1 parent a87652e commit b9ad48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
sudo apt install -y graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
- name: Build Docs
run: tox -edocs
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: html_docs
path: docs/_build/html

0 comments on commit b9ad48c

Please sign in to comment.