diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 37f5220..babcd3c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -93,7 +93,7 @@ jobs: coverage report -m - name: Send coverage to CodeCov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false verbose: true