From c194a18be7f8d453103bc9efbc51d177234766a5 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 25 Oct 2021 17:29:50 +0200 Subject: [PATCH] update codecov gh action to v2 apparently v1 is deprecated now https://github.com/codecov/codecov-action#%EF%B8%8F--deprecration-of-v1 hopefully fixes #2435 --- .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 fd154bda1..fb314ef87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: coverage combine coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: coverage.xml flags: unittests