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 12, 2024
1 parent bd20757 commit 0ecac90
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 @@ -41,7 +41,7 @@ jobs:
pytest -v --html=report.html --self-contained-html blockbreaker.py validate_run_file.py tests/*.py
- name: Upload html report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report
path: util/report.html
Expand Down

0 comments on commit 0ecac90

Please sign in to comment.