Skip to content

Commit

Permalink
update unittest github actions versions
Browse files Browse the repository at this point in the history
- v2 is deprecated
  • Loading branch information
k-rister committed Oct 9, 2023
1 parent 0c1dbec commit 000b791
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 000b791

Please sign in to comment.