Skip to content

Commit 174f5e4

Browse files
fixed deployment warning
1 parent b0920ea commit 174f5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Sphinx build
2727
run: |
2828
sphinx-build docs docs/_build
29-
- uses: actions/upload-pages-artifact@v1
29+
- uses: actions/upload-pages-artifact@v4
3030
with:
3131
path: docs/_build/
3232

0 commit comments

Comments
 (0)