diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0648a53..695b70e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: make test-coverage - name: Upload Coverage report to CodeCov - uses: codecov/codecov-action@v1.0.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt