From 902ab0709386c49454ab61f25b605999fe57cd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:26:50 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly_regression.yml | 2 +- .github/workflows/regression.yml | 2 +- .github/workflows/regressiontest_container.yml | 2 +- .github/workflows/spack_regression_test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly_regression.yml b/.github/workflows/nightly_regression.yml index 71230fb6c..ee4548ffd 100644 --- a/.github/workflows/nightly_regression.yml +++ b/.github/workflows/nightly_regression.yml @@ -41,7 +41,7 @@ jobs: - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true env: diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index d21d62adb..c28237965 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -45,7 +45,7 @@ jobs: buildtest cdash upload --site=github unittests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true env: diff --git a/.github/workflows/regressiontest_container.yml b/.github/workflows/regressiontest_container.yml index a3c6729bc..74d613584 100644 --- a/.github/workflows/regressiontest_container.yml +++ b/.github/workflows/regressiontest_container.yml @@ -34,7 +34,7 @@ jobs: returncode=$? if [ $returncode != 0 ]; then exit $returncode; fi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true env: diff --git a/.github/workflows/spack_regression_test.yml b/.github/workflows/spack_regression_test.yml index 1f2e14f83..5485940c0 100644 --- a/.github/workflows/spack_regression_test.yml +++ b/.github/workflows/spack_regression_test.yml @@ -32,6 +32,6 @@ jobs: returncode=$? if [ $returncode != 0 ]; then exit $returncode; fi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true