Skip to content

Commit

Permalink
Merge pull request #74 from kitsuyui/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v4
  • Loading branch information
kitsuyui authored Feb 1, 2024
2 parents 8a49c0c + 7797bb4 commit 95c1fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Upload coverage report to Codecov
if: matrix.python == '3.12'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 95c1fbc

Please sign in to comment.