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