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