From a3193e6d34cc45201b9990536bbd6e0b74a2b985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:47:46 -0800 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.2 (#3499) Co-authored-by: renovate[bot] <29139614+renovate[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 952c89ca6..a98b3db36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: go-version: '1.23' check-latest: true - run: ${{ matrix.run-script }} - - uses: codecov/codecov-action@v5.0.1 + - uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true