From 9fca518c090b209e2476f457e20691f933307bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:05:46 +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 | 8 ++++---- .github/workflows/macos_unit_tests.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux_unit_tests.yaml b/.github/workflows/linux_unit_tests.yaml index 9e4332a19fe6ca..1d2fc214b28b0c 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 @@ -162,7 +162,7 @@ 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 clingo-cffi: @@ -183,6 +183,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