Skip to content

Commit bc2e9f0

Browse files
authored
Merge pull request #1050 from docker/dependabot/github_actions/codecov/codecov-action-6.0.0
build(deps): bump codecov/codecov-action from 5.5.4 to 6.0.0
2 parents 31584ad + cbbecf4 commit bc2e9f0

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
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash
5959
-
6060
name: Upload coverage
61-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
61+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6262
if: env.RUN_CODECOV == 'true' && matrix.node_version == env.NODE_VERSION
6363
with:
6464
files: ./coverage/clover.xml
@@ -228,7 +228,7 @@ jobs:
228228
shell: bash
229229
-
230230
name: Upload coverage
231-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
231+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
232232
if: env.RUN_CODECOV == 'true'
233233
with:
234234
files: ./coverage/clover.xml

0 commit comments

Comments
 (0)