From 5c82dcc44d5d1d8f7f200f35381d79c4e55ca899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:08:12 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.5 --- .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 3c0d1a1794a..6a6561cbf6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: with: pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }} - name: Upload coverage report - uses: codecov/codecov-action@v5.0.3 + uses: codecov/codecov-action@v5.0.5 with: fail_ci_if_error: true files: ./coverage.txt