Skip to content

Commit 033db0d

Browse files
authored
Merge pull request #812 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 75bf9a7 + ba56f00 commit 033db0d

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
@@ -22,7 +22,7 @@ jobs:
2222
targets: test
2323
-
2424
name: Upload coverage
25-
uses: codecov/codecov-action@v4
25+
uses: codecov/codecov-action@v5
2626
with:
27-
file: ./coverage/clover.xml
27+
files: ./coverage/clover.xml
2828
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)