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