Skip to content

Commit

Permalink
Merge pull request #58 from thaJeztah/bump_codecov_action
Browse files Browse the repository at this point in the history
build(deps): bump codecov/codecov-action from 4 to 5 (carry #56)
  • Loading branch information
thaJeztah authored Dec 10, 2024
2 parents 5329311 + 7c9abb3 commit a33364e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
files: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

example:
Expand Down

0 comments on commit a33364e

Please sign in to comment.