Skip to content

Commit

Permalink
Merge pull request #413 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
update unittest github actions versions
  • Loading branch information
k-rister authored Oct 9, 2023
2 parents 0c1dbec + 000b791 commit af9e8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
pytest -v --html=report.html --self-contained-html blockbreaker.py tests/*.py
- name: Upload html report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: report
path: bin/report.html
Expand Down

0 comments on commit af9e8dc

Please sign in to comment.