From 6eaeadeec375aa880245f6f0e5c70d779c07c3ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:25:19 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.2.0 --- .github/workflows/tests-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 707a2c6b..a56cf46b 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -35,5 +35,5 @@ jobs: PATH=/home/runner/.local/bin:$PATH coverage report && \ PATH=/home/runner/.local/bin:$PATH coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 if: github.repository == 'iqtlabs/birdseye'