diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc5fc46ef..3a501b78f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,7 +91,7 @@ jobs: run: | make generate_coverage_profile - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out,./coverage.xml