Skip to content

Commit c29aa8c

Browse files
authored
Update main.yml
1 parent be9dfe7 commit c29aa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pre-build-command: "rm micropython/docs/requirements.txt && pip install sphinx -U && pip install sphinx_rtd_theme -U && pip install sphinx"
2020
docs-folder: "micropython/docs/"
2121

22-
- uses: actions/upload-artifact@v1
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: html
2525
path: micropython/docs/build/html/

0 commit comments

Comments
 (0)