From 0021fddf52a29a712e308786e03ea9883d9b3d2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:13:09 -0400 Subject: [PATCH] Update codecov/codecov-action action to v4 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1d53e82..1579873 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -39,7 +39,7 @@ jobs: if: steps.changed-files-yaml.outputs.test_any_changed == 'true' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 if: steps.changed-files-yaml.outputs.test_any_changed == 'true' with: file: coverage.out