Skip to content

Commit 114b1f4

Browse files
chore(deps): update codecov/codecov-action action to v6 (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28c0f29 commit 114b1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build coverage report
7373
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
fail_ci_if_error: true
7878
file: coverage.lcov

0 commit comments

Comments
 (0)