diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a3e4c..6cf479f 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@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt