Skip to content

Commit

Permalink
upgrade upload-artifact to v4 in ci build_docs (#1255)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra Belousov <sashabelousovrh@Alexandras-MacBook-Pro.local>
  • Loading branch information
BelSasha and Alexandra Belousov committed Sep 12, 2024
1 parent 4b5a6b3 commit 2906b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build docs
run: cd docs && make html && cd ..
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build/html

0 comments on commit 2906b6f

Please sign in to comment.