Merge pull request #2682 from fonttools/dependabot/github_actions/codecov/codecov-action-3

build(deps): bump codecov/codecov-action from 2 to 3
This commit is contained in:
Cosimo Lupo 2022-07-06 11:17:17 +01:00 committed by GitHub
commit d4079f856e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
coverage combine
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
file: coverage.xml
flags: unittests