Skip to content

Commit 74c5b71

Browse files
committed
bump codecov/codecov-action from 3 to 4
Signed-off-by: CrazyMax <[email protected]>
1 parent edfb0fe commit 74c5b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
targets: test
2929
-
3030
name: Upload coverage
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v4
3232
with:
3333
file: ./coverage/clover.xml
34+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)