Skip to content

Commit 0643390

Browse files
committed
Update github actions
1 parent 8371416 commit 0643390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python ./setup.py clean html
6666
python ./setup.py ${{ env.MY_BUILD_ARG }} build html
6767
- name: Store HTML Build Output File
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: html_files
7171
path: docs/*.zip

0 commit comments

Comments
 (0)