Revert "[ci] Upgrade codecov-action to v3.1"
This reverts commit 5b8bff8dca
.
This commit is contained in:
parent
5b8bff8dca
commit
a92d988d3d
|
@ -51,6 +51,6 @@ jobs:
|
|||
|
||||
- name: cov
|
||||
run: ninja -Cbuild coverage-xml
|
||||
- uses: codecov/codecov-action@v3.1
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
file: build/meson-logs/coverage.xml
|
||||
|
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
|
||||
- name: cov
|
||||
run: ninja -Cbuild coverage-xml
|
||||
- uses: codecov/codecov-action@v3.1
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
file: build/meson-logs/coverage.xml
|
||||
|
|
Loading…
Reference in New Issue