From 48979b4b20262f62ecb1afd08a9770a4e3727e70 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Mon, 13 Dec 2021 18:51:24 +0100 Subject: [PATCH] Use codecov-action@v2 for CI (#1244) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbe75bf0..367395dd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,6 @@ jobs: run: | poetry run pytest --cov miio --cov-report xml - name: "Upload coverage to Codecov" - uses: "codecov/codecov-action@v1" + uses: "codecov/codecov-action@v2" with: fail_ci_if_error: true