Skip to content

Commit dfbac12

Browse files
committed
Use codecov-action@v4 with CODECOV_TOKEN
Signed-off-by: matt-ramotar <[email protected]>
1 parent f9379b2 commit dfbac12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@master
8-
- uses: codecov/codecov-action@v3
8+
- uses: codecov/codecov-action@v4
99
with:
10+
token: ${{ secrets.CODECOV_TOKEN }}
1011
files: ./kover/coverage.xml
1112
name: codecov-umbrella
1213
verbose: true

0 commit comments

Comments
 (0)