Skip to content

Commit 7134e5d

Browse files
authored
[ci] Fix codecov action (#1376)
1 parent 85ac253 commit 7134e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

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

6161
- name: ⬆️ Upload coverage report
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v5
6363
with:
6464
fail_ci_if_error: true
6565
flags: ${{ matrix.react }}
66-
token: ${{ secrets.CODECOV_TOKEN }}
6766

6867
release:
6968
permissions:

0 commit comments

Comments
 (0)