diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 28f921c..fa0c6fb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -105,7 +105,7 @@ jobs: coverage xml - name: Send coverage to CodeCov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false files: coverage.xml