diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31732eaf48d..cb9d91d832f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,7 +120,7 @@ jobs: - name: Generate Codecov report if: steps.coverage.outputs.enabled run: cover -report codecovbash - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: steps.coverage.outputs.enabled with: fail_ci_if_error: true