mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[ci] Upgrade codecov-action to v3.1
This commit is contained in:
parent
8d923363db
commit
5b8bff8dca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
|
@ -51,6 +51,6 @@ jobs:
|
|||
|
||||
- name: cov
|
||||
run: ninja -Cbuild coverage-xml
|
||||
- uses: codecov/codecov-action@v3
|
||||
- uses: codecov/codecov-action@v3.1
|
||||
with:
|
||||
file: build/meson-logs/coverage.xml
|
||||
|
|
2
.github/workflows/macos-ci.yml
vendored
2
.github/workflows/macos-ci.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
|||
|
||||
- name: cov
|
||||
run: ninja -Cbuild coverage-xml
|
||||
- uses: codecov/codecov-action@v3
|
||||
- uses: codecov/codecov-action@v3.1
|
||||
with:
|
||||
file: build/meson-logs/coverage.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue