diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d8473..040e66c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: name: coverage-reports path: coverage/ - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/lcov.info