Skip to content

Commit

Permalink
Merge pull request #577 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
update the GitHub upload-artifact action to v4 (from v3)
  • Loading branch information
k-rister authored Dec 12, 2024
2 parents bd20757 + 0ecac90 commit 3472b09
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 3472b09

Please sign in to comment.