Skip to content

Commit 7b4bf79

Browse files
committed
ci: update codecov to use token
1 parent f65532e commit 7b4bf79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validation.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: yarn test:ci
2929

3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v1
31+
uses: codecov/codecov-action@v4
3232
with:
3333
fail_ci_if_error: true
34+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)