From 3b2b559910903f6edef2905ccfaa66d78b95c0dc Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Mon, 25 Oct 2021 11:50:34 +0530 Subject: [PATCH] Update codecov@v2 --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 9baf7428..09563dc8 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -31,7 +31,7 @@ jobs: uses: actions-rs/grcov@v0.1.5 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ${{ steps.coverage.outputs.report }} directory: ./coverage/reports/