From e62ae3560de85087d19e5a0836497143bcb7f7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:02:57 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-to-master.yaml | 2 +- .github/workflows/merge-to-release-branch.yaml | 2 +- .github/workflows/pr-checks.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-to-master.yaml b/.github/workflows/merge-to-master.yaml index 1eaf6b9001..69be570f08 100644 --- a/.github/workflows/merge-to-master.yaml +++ b/.github/workflows/merge-to-master.yaml @@ -66,7 +66,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true diff --git a/.github/workflows/merge-to-release-branch.yaml b/.github/workflows/merge-to-release-branch.yaml index 98a013bbcc..c6a29045a8 100644 --- a/.github/workflows/merge-to-release-branch.yaml +++ b/.github/workflows/merge-to-release-branch.yaml @@ -62,7 +62,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 16bb1b010e..f75b1c7beb 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -58,7 +58,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true