From e85aacd439d2bdca46bc60dbccebca64a27875ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:29:02 -0400 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint-format-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format-test.yml b/.github/workflows/lint-format-test.yml index 76716a2..eba256f 100644 --- a/.github/workflows/lint-format-test.yml +++ b/.github/workflows/lint-format-test.yml @@ -38,7 +38,7 @@ jobs: with: name: code-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true