diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318a30f..7f2aa34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -455,7 +455,7 @@ jobs: genhtml coverage.info --output-directory coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} file: build/coverage.info