From 603b9f23c7c1eb77dd821f0a0c5c52723251e2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 02:04:57 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 1 to 2.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0. - [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...v2.1.0) --- 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..7cb3866106b9e2 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@v2.1.0 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@v2.1.0 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@v2.1.0 with: flags: unittests,linux,clingo diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index e5918968d24b79..244ef282aec99c 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@v2.1.0 with: file: ./coverage.xml flags: unittests,macos