Skip to content

Commit

Permalink
Upgrade codecov-action version from v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 committed Apr 12, 2024
1 parent 6db7cd8 commit a07bedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install .
- name: Test with tox
run: tox
- uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a07bedf

Please sign in to comment.