From bffa7fa5b3ff9fb48c9b9ddfbab73880461008cf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Mar 2022 10:51:16 +0000 Subject: [PATCH] Update codecov/codecov-action action to v2 --- .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 31db8a4..cfb9919 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,6 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v1" + uses: codecov/codecov-action@v2 with: directory: reports