From e3cfee854832e682dff692cd5a3d4ed3d5fdbf3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:52:33 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#15) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 147c499..c333e01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,7 +358,7 @@ jobs: path: ${{ env.COVERAGE_SUMMARY }} - id: codecov name: Upload coverage report to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: env_vars: GITHUB_JOB,GITHUB_REF_TYPE fail_ci_if_error: true