From a4168907c31d2d34b45d11576f8b74ff30f8f01e Mon Sep 17 00:00:00 2001 From: Andrew <3300522+dpieski@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:46:07 -0500 Subject: [PATCH] Revert "chore(deps): update codecov/codecov-action action to v7" --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 42f68b3..991faad 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -32,7 +32,7 @@ jobs: pytest tests/ --cov=src/pyUSPTO - name: Upload coverage report - uses: codecov/codecov-action@v7 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false