Bump codecov/codecov-action from 1 to 3

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-08 11:52:25 +00:00 committed by Behdad Esfahbod
parent a51c3a66f2
commit 335d058bf4
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@v1
- 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@v1
- uses: codecov/codecov-action@v3
with:
file: build/meson-logs/coverage.xml