Revert "[ci] Upgrade codecov-action to v3.1"

This reverts commit 5b8bff8dca.
This commit is contained in:
Behdad Esfahbod 2022-07-20 13:01:29 -06:00
parent 5b8bff8dca
commit a92d988d3d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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