From d635664abe560d48723cfc3b73c52ad8c906760a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 21 Oct 2022 00:25:28 +0300 Subject: [PATCH] Updated the codecov action to the latest version --- .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 e527a6f1..aad32604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,6 @@ jobs: coverage run -m pytest -W always coverage xml - name: Send coverage data to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: coverage.xml