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