From e8c6426f4456565eb4b35f39e3aad2c2b1ece3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:57:24 -0500 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#15) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-pyrepo.yml | 2 +- .github/workflows/upload-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pyrepo.yml b/.github/workflows/test-pyrepo.yml index e2fcd4d..996a711 100644 --- a/.github/workflows/test-pyrepo.yml +++ b/.github/workflows/test-pyrepo.yml @@ -252,7 +252,7 @@ jobs: - name: codecov v4 if: inputs.coverage-upload == 'codecov' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: ${{ inputs.fail-on-coverage-error }} verbose: true diff --git a/.github/workflows/upload-coverage.yml b/.github/workflows/upload-coverage.yml index 2f888a8..0e76934 100644 --- a/.github/workflows/upload-coverage.yml +++ b/.github/workflows/upload-coverage.yml @@ -71,7 +71,7 @@ jobs: python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY - name: Upload to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: ${{ inputs.fail-on-coverage-error }} verbose: true