diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index bf00e4d4..4b84da3c 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -95,7 +95,7 @@ jobs: path: repo_root - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ github.workspace }}/codecov_report.json