Skip to content

Commit ab3157f

Browse files
chore(deps): update codecov/codecov-action action to v6 (main) (renovatebot#42431)
chore(deps): update codecov/codecov-action action to v6 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.4 | v6.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c19404 commit ab3157f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
425425
- name: Codecov Test
426426
if: github.event_name != 'merge_group' && !cancelled()
427-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
427+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
428428
with:
429429
use_oidc: true
430430
report_type: test_results
@@ -477,7 +477,7 @@ jobs:
477477

478478
- name: Codecov Coverage
479479
if: github.event_name != 'merge_group'
480-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
480+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
481481
with:
482482
use_oidc: true
483483
directory: coverage/lcov

0 commit comments

Comments
 (0)