Skip to content

Commit 513e26e

Browse files
committed
update 'upload-artifact' Action
1 parent 993e197 commit 513e26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sphinx-build . _build
2929
3030
- name: Upload docs
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@main
3232
with:
3333
name: HTML Docs
3434
path: _build/html

0 commit comments

Comments
 (0)