From df99f41ab2f68022558598df5fd3104c2bbb99cf Mon Sep 17 00:00:00 2001 From: Dana Date: Mon, 28 Aug 2023 11:33:38 +0300 Subject: [PATCH] use newer version of cli --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcd6b96..e0759bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: file: ./coverage/coverage-final.json flags: version,${{ matrix.os }} name: codecov-version - version: v0.1.2 + version: v0.2.0 verbose: true token: ${{ secrets.CODECOV_TOKEN }} run: @@ -74,6 +74,6 @@ jobs: file: ./coverage/coverage-final.json flags: version,${{ matrix.os }} name: codecov-version - version: v0.1.2 + version: v0.2.0 verbose: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file