Update codecov/codecov-action action to v5
This commit is contained in:
parent
9d21b589e9
commit
1374a4ae4b
|
@ -160,7 +160,7 @@ jobs:
|
|||
run: make -j2 test
|
||||
|
||||
- name: Publish Unit Test Coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
flags: unittests
|
||||
file: _output/tests/linux_amd64/coverage.txt
|
||||
|
|
Loading…
Reference in New Issue