From 116364f2c9a0c51ac4861da626de1e516a67b2a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:52:54 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.1.1 (#2401) 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 e5577ede8..156109fab 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.1.0 + uses: codecov/codecov-action@v5.1.1 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}'