Skip to content

Commit c5ebd4e

Browse files
chore(deps): update codecov/codecov-action action to v4 (#1494)
1 parent aaaa36b commit c5ebd4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@ jobs:
107107
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
108108
env:
109109
CI: true
110-
- uses: codecov/codecov-action@v3
111-
if: ${{ matrix.eslint-version >= 8 }}
110+
- uses: codecov/codecov-action@v4
111+
if: ${{ matrix.eslint-version == 8 }}
112+
with:
113+
token: ${{ secrets.CODECOV_TOKEN }}
114+
fail_ci_if_error: true
112115
test-ubuntu:
113116
uses: ./.github/workflows/test.yml
114117
needs: prepare-yarn-cache-ubuntu

0 commit comments

Comments
 (0)