Skip to content

Commit 9e887f4

Browse files
authored
Merge pull request #211 from crazy-max/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents a0098b6 + 442980b commit 9e887f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
targets: test
3030
-
3131
name: Upload coverage
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5
3333
with:
34-
file: ./coverage/clover.xml
34+
files: ./coverage/clover.xml
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)