From 9af257e9b115625f92394a1b41ef10603caa1201 Mon Sep 17 00:00:00 2001 From: Anaconda Renovate Bot Date: Fri, 21 Apr 2023 02:43:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 894ff02 --- .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 d223d7e..2af70c3 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@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3 + - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3 with: files: ./coverage.xml env_vars: OS,PYTHON