diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bc6661f..2f9526f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,7 +60,7 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: profile.out fail_ci_if_error: true