From ecbd76121545c321d8abe6fc895c8e182e5e1477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:44:07 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.6 --- .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 f192e7c..9b1f93c 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.4 + - uses: codecov/codecov-action@v5.0.6 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON