Skip to content

Commit 9c6d041

Browse files
committed
Update upload-artifact action to v4
1 parent 2faf689 commit 9c6d041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sphinx-build -W -b html -d _build/doctrees . _build/html
3030
3131
- name: Upload documentation
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: documentation
3535
path: docs/_build/html/

0 commit comments

Comments
 (0)