diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 454966f2..0ea59362 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -81,7 +81,7 @@ jobs: - id: upload name: Upload Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.coverage.outputs.report }}