diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 2605d5015..da748e7d6 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -224,7 +224,7 @@ jobs: verb: call args: test-coverage --source=. export --path=coverage.out - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: github.event_name == 'pull_request' with: verbose: true