ci: update codecov action in ci-run-tests workflow
This commit is contained in:
parent
66d284f3e9
commit
d6725f62ef
2
.github/workflows/ci-run-tests.yml
vendored
2
.github/workflows/ci-run-tests.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
coverage xml
|
||||
|
||||
- name: Upload Coverage Results to Codecov
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
with:
|
||||
files: coverage.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue