Skip to content

Commit 989e392

Browse files
authored
Merge pull request #222 from crazy-max/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 765a634 + ec65374 commit 989e392

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
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
-
2929
name: Upload coverage
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
with:
32-
file: ./coverage/clover.xml
32+
files: ./coverage/clover.xml
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)