From 9507ecd4ca4624f21bd0da871a4d444ca90a5b62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:35:44 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.3.0 (#2500) 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 c81969385..1ddf2d41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: 🚀 Publish Codecov Coverage if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') continue-on-error: true - uses: codecov/codecov-action@v5.2.0 + uses: codecov/codecov-action@v5.3.0 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}'