Skip to content

Commit 8dd1d98

Browse files
chore(deps): update codecov/codecov-action action to v4 (#417)
1 parent e352ded commit 8dd1d98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
git checkout yarn.lock
4343
- name: run tests
4444
run: yarn cover
45-
- uses: codecov/codecov-action@v3
45+
- uses: codecov/codecov-action@v4
4646
if: ${{ always() }}
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
fail_ci_if_error: true
4750
test-os:
4851
name: Test on ${{ matrix.os }} using Node.js LTS
4952
strategy:

0 commit comments

Comments
 (0)