From d4daad61021c99ba8ac64f46e9cd6605ad6a7a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:02:47 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.3.0 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 5.0.7. - [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.3.0...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/core-integration-test.yml | 4 ++-- .github/workflows/core-unit-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core-integration-test.yml b/.github/workflows/core-integration-test.yml index cc9d898f5c..814eb7979a 100644 --- a/.github/workflows/core-integration-test.yml +++ b/.github/workflows/core-integration-test.yml @@ -89,7 +89,7 @@ jobs: tmp/race.log.* - name: publish coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.cov name: core-integration-tests-postgres @@ -158,7 +158,7 @@ jobs: # run: make core_integration_test # - # name: publish coverage - # uses: codecov/codecov-action@v4.3.0 + # uses: codecov/codecov-action@v5.0.7 # with: # file: profile.cov # name: core-integration-tests-cockroach diff --git a/.github/workflows/core-unit-test.yml b/.github/workflows/core-unit-test.yml index 0b1467ff5d..f0467be165 100644 --- a/.github/workflows/core-unit-test.yml +++ b/.github/workflows/core-unit-test.yml @@ -60,7 +60,7 @@ jobs: run: make core_unit_test - name: publish coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.cov name: core-unit-tests