From fa1c6b2277edc56501265ccef4f8f2effeb1c8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 02:06:55 +0000 Subject: [PATCH] build(deps): 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_unit_tests.yaml | 6 +++--- .github/workflows/macos_unit_tests.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux_unit_tests.yaml b/.github/workflows/linux_unit_tests.yaml index c87ea6e07a94ef..f3a901a05f8574 100644 --- a/.github/workflows/linux_unit_tests.yaml +++ b/.github/workflows/linux_unit_tests.yaml @@ -57,7 +57,7 @@ jobs: share/spack/qa/run-unit-tests coverage combine coverage xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: flags: unittests,linux shell: @@ -100,7 +100,7 @@ jobs: COVERAGE: true run: | share/spack/qa/run-shell-tests - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: flags: shelltests,linux centos6: @@ -135,6 +135,6 @@ jobs: coverage run $(which spack) unit-test -v coverage combine coverage xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: flags: unittests,linux,clingo diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index e5918968d24b79..9d5cfc2c22de53 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -38,7 +38,7 @@ jobs: coverage run $(which spack) unit-test coverage combine coverage xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: file: ./coverage.xml flags: unittests,macos