diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564b433..8e546be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: mv cobertura.xml live-test-output.xml - name: Upload reports to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: code-coverage-report files: test-output.xml,live-test-output.xml