From 0d0bc0580292f73e7afe241330fe506b75f22e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:02:08 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.0.13 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.13 to 3.1.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/v1.0.13...v3.1.4) --- 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.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_to_master.yml b/.github/workflows/merge_to_master.yml index 94df7b41..ca93c4e3 100644 --- a/.github/workflows/merge_to_master.yml +++ b/.github/workflows/merge_to_master.yml @@ -61,7 +61,7 @@ jobs: run: git diff - name: Upload Codecov Coverage - uses: codecov/codecov-action@v1.0.13 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: true diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a6daf691..f3acca7b 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -57,6 +57,6 @@ jobs: run: git diff - name: Upload Codecov Coverage - uses: codecov/codecov-action@v1.0.13 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: true