Skip to content

Commit db63cee

Browse files
authored
Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 043ebe1 + 1a8ac74 commit db63cee

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
@@ -28,7 +28,7 @@ jobs:
2828
targets: test
2929
-
3030
name: Upload coverage
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
33-
file: ./coverage/clover.xml
33+
files: ./coverage/clover.xml
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)