From 2fedb84c75f3010ad1253ffc3503ab5ca2cadf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:12:23 +0000 Subject: [PATCH] build(deps): 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/linux.yml | 2 +- .github/workflows/linux_durability.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3ae1fbd..16daed3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -100,7 +100,7 @@ jobs: sed -i '2,${/roadrunner/!d}' summary.txt - name: upload to codecov - uses: codecov/codecov-action@v4 # Docs: + uses: codecov/codecov-action@v5 # Docs: with: file: ./coverage/summary.txt fail_ci_if_error: false diff --git a/.github/workflows/linux_durability.yml b/.github/workflows/linux_durability.yml index 8da25b2..9b13b36 100644 --- a/.github/workflows/linux_durability.yml +++ b/.github/workflows/linux_durability.yml @@ -102,7 +102,7 @@ jobs: sed -i '2,${/roadrunner/!d}' summary.txt - name: upload to codecov - uses: codecov/codecov-action@v4 # Docs: + uses: codecov/codecov-action@v5 # Docs: with: file: ./coverage/summary.txt fail_ci_if_error: false