Skip to content

Commit eef23ca

Browse files
authored
test: Fix Codecov in CI (#1297)
1 parent 6ad31ec commit eef23ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
run: npm run validate
6161

6262
- name: ⬆️ Upload coverage report
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v4
6464
with:
6565
fail_ci_if_error: true
6666
flags: node-${{ matrix.node }}
67+
token: ${{ secrets.CODECOV_TOKEN }} # required
6768

6869
release:
6970
permissions:

0 commit comments

Comments
 (0)