Skip to content

Commit b942d97

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent 28c0f29 commit b942d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)