Skip to content

Commit a6b014e

Browse files
authored
Upgrade Codecov action to version 5
Updated Codecov action version from v4 to v5.
1 parent 369798c commit a6b014e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636

3737
- name: Upload coverage to Codecov
3838
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: ./coverage/lcov.info
4243
flags: unittests
4344
name: codecov-umbrella

0 commit comments

Comments
 (0)