Skip to content

Commit

Permalink
update the GitHub upload-artifact action to v4 (from v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Dec 11, 2024
1 parent 3bdce87 commit 681d106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pytest -v --html=report.html --self-contained-html multiplex.py tests/*.py
- name: Upload html report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report
path: report.html

0 comments on commit 681d106

Please sign in to comment.