From b931501fa1ca02b67592f77d9945be61538d35d2 Mon Sep 17 00:00:00 2001 From: Anaconda Renovate Bot Date: Mon, 22 May 2023 02:53:13 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to eaaf4be --- .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 6f6b5b6..db35c3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: | coverage run -m pytest tests coverage xml - - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3 + - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 with: files: ./coverage.xml env_vars: OS,PYTHON