diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index bd5a2af..0881252 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -63,7 +63,7 @@ jobs: - name: Upload Results to CodeCov if: success() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: env_vars: PYTHON_VERSION fail_ci_if_error: false