diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c902f652f..d23102293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: npm run test-coverage-ci - name: Upload test coverage report - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: files: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}