Skip to content

Commit 60afc99

Browse files
authored
Update codecov/codecov-action action to v4 (#4978)
1 parent 11dc5e3 commit 60afc99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
uses: ./.github/actions/setup
9494
- name: Run coverage
9595
run: npm run coverage
96-
- uses: codecov/codecov-action@v3
97-
with:
98-
token: ${{ secrets.CODECOV_TOKEN }}
96+
- uses: codecov/codecov-action@v4
97+
env:
98+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9999

100100
harnesses:
101101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)