Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdswift committed Feb 5, 2025
1 parent 715fed8 commit bf3b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python ./setup.py clean html
python ./setup.py ${{ env.MY_BUILD_ARG }} build html
- name: Store HTML Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html_files
path: docs/*.zip
Expand Down

0 comments on commit bf3b40d

Please sign in to comment.