From 407bb49a11a722e4b5a0917d5daee7f6ce660abe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:54:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/third_party_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/third_party_checks.yml b/.github/workflows/third_party_checks.yml index 21bbc6d..b60c7c6 100644 --- a/.github/workflows/third_party_checks.yml +++ b/.github/workflows/third_party_checks.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage report to Codecov if: "! github.event.pull_request.head.repo.fork " - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true @@ -60,7 +60,7 @@ jobs: if: >- github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true