From 4c783fcc0f869794b9597a82eb1fe320fbdce60e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:35:53 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.1.2 --- .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 a8722933..95faa52f 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@v5.0.2 + uses: codecov/codecov-action@v5.1.2 if: github.repository == 'iqtlabs/birdseye'