Skip to content

Commit a33364e

Browse files
authored
Merge pull request #58 from thaJeztah/bump_codecov_action
build(deps): bump codecov/codecov-action from 4 to 5 (carry #56)
2 parents 5329311 + 7c9abb3 commit a33364e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
targets: test
3636
-
3737
name: Upload coverage
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
40-
file: ./coverage.txt
40+
files: ./coverage.txt
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

4343
example:

0 commit comments

Comments
 (0)