From 335d058bf4a61fa12373b375fcaff6fdd0aca55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:52:25 +0000 Subject: [PATCH] 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] --- .github/workflows/linux-ci.yml | 2 +- .github/workflows/macos-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index e77fee6d9..e86d9730d 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -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 diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index e19924e78..243d6cdc7 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -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