From e22ee7edd055c6c8991fef8d889187e30460b971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:44:02 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eae4778..f192e7c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pytest --cov=pyrainbird --cov-report=term-missing - - uses: codecov/codecov-action@v5.0.3 + - uses: codecov/codecov-action@v5.0.4 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON