diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index 6fe9998ba..0a73b18c9 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -69,9 +69,9 @@ jobs: uses: actions-rs/grcov@v0.1 - name: Codecov upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - file: ${{ steps.coverage.outputs.report }} + files: ${{ steps.coverage.outputs.report }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}