diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5f1a81..47d53eb 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@v3.1.1 + uses: codecov/codecov-action@v3.1.4 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt