Skip to content

Commit 13541e3

Browse files
chore(deps): update codecov/codecov-action action to v7 (#889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a4f940 commit 13541e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run docs
3737

3838
- name: Run Coverage
39-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
39+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
4040
with:
4141
fail_ci_if_error: true
4242
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Test
2828
run: npm run test
2929
- name: Coverage
30-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
30+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
3131
with:
3232
fail_ci_if_error: false
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)