From 696a7bd84224afe059abda96952ce850db13bfd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:46:23 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.5.0 --- .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 a71f3ff..764b2f2 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@v4.4.1 + uses: codecov/codecov-action@v4.5.0 if: github.repository == 'iqtlabs/pipette' - name: docker-test run: |