coverage.yml: updated `codecov/codecov-action` to `v3` (#4501)
This commit is contained in:
parent
e8b9cd64fc
commit
872be6564b
|
@ -52,7 +52,7 @@ jobs:
|
|||
name: Coverage results
|
||||
path: coverage_report
|
||||
|
||||
- uses: codecov/codecov-action@v1.2.1
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
# file: ./coverage.xml # optional
|
||||
|
|
Loading…
Reference in New Issue