Skip to content

Commit 64fad4c

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent bafed7d commit 64fad4c

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Build coverage report
7272
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v4
74+
uses: codecov/codecov-action@v5
7575
with:
7676
fail_ci_if_error: true
7777
file: coverage.lcov

0 commit comments

Comments
 (0)