From 123aa55a1816188c1cb68b273ffe48601a435405 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Mar 2022 13:41:46 +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 c622410..71d5e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,6 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v1" + uses: codecov/codecov-action@v2 with: directory: reports