Skip to content

Commit 68dfba6

Browse files
chore(deps): update codecov/codecov-action action to v6 (#1017)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v5` → `v6` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v6`](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cnpm/cnpmcore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuMTAyLjciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d1a6b9 commit 68dfba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
CNPMCORE_CONFIG_ES_CLIENT_NODE: http://localhost:9200
428428

429429
- name: Code Coverage
430-
uses: codecov/codecov-action@v5
430+
uses: codecov/codecov-action@v6
431431
with:
432432
token: ${{ secrets.CODECOV_TOKEN }}
433433

@@ -476,7 +476,7 @@ jobs:
476476
CNPMCORE_CONFIG_ENABLE_JSON_BUILDER: ${{ matrix.enableJSONBuilder }}
477477

478478
- name: Code Coverage
479-
uses: codecov/codecov-action@v5
479+
uses: codecov/codecov-action@v6
480480
with:
481481
token: ${{ secrets.CODECOV_TOKEN }}
482482

@@ -532,7 +532,7 @@ jobs:
532532
# CNPMCORE_NFS_S3_CLIENT_DISABLE_URL: true
533533

534534
- name: Code Coverage
535-
uses: codecov/codecov-action@v5
535+
uses: codecov/codecov-action@v6
536536
with:
537537
token: ${{ secrets.CODECOV_TOKEN }}
538538

0 commit comments

Comments
 (0)