Skip to content

Commit 49a12c4

Browse files
authored
Merge pull request #180 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents fdbeaac + 2b8ac83 commit 49a12c4

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
@@ -25,7 +25,7 @@ jobs:
2525
targets: test
2626
-
2727
name: Upload coverage
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v5
2929
with:
30-
file: ./coverage/clover.xml
30+
files: ./coverage/clover.xml
3131
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)