Skip to content

Commit

Permalink
Merge pull request #358 from kitsuyui/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
kitsuyui authored Nov 17, 2024
2 parents aa881e4 + 206290d commit a476491
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 @@ -73,7 +73,7 @@ jobs:

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

0 comments on commit a476491

Please sign in to comment.