From 6fae4d80c5bc01b4640306671eb99748d5c42cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:17:19 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c0f101..af2751b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: coverage report pipette.py && \ coverage xml pipette.py - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.6 if: github.repository == 'iqtlabs/pipette' - name: docker-test run: |