Skip to content

Commit db6372e

Browse files
authored
Merge pull request #491 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents ed27324 + 749fc87 commit db6372e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
shell: bash
4444
-
4545
name: Upload coverage
46-
uses: codecov/codecov-action@v4
46+
uses: codecov/codecov-action@v5
4747
if: env.RUN_CODECOV == 'true'
4848
with:
49-
file: ./coverage/clover.xml
49+
files: ./coverage/clover.xml
5050
flags: unit
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252

@@ -162,9 +162,9 @@ jobs:
162162
shell: bash
163163
-
164164
name: Upload coverage
165-
uses: codecov/codecov-action@v4
165+
uses: codecov/codecov-action@v5
166166
if: env.RUN_CODECOV == 'true'
167167
with:
168-
file: ./coverage/clover.xml
168+
files: ./coverage/clover.xml
169169
flags: itg
170170
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)