Skip to content

Commit a6f0373

Browse files
authored
Merge pull request #266 from docker/dependabot/github_actions/codecov/codecov-action-5
chore(deps): Bump codecov/codecov-action from 4 to 5
2 parents fa9f3f5 + b6652aa commit a6f0373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)