From 9b82e2973a0b697f32cfe94132be9dba961b7cae Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 16 Jun 2026 21:59:35 -0700 Subject: [PATCH] fix codecov action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dccf51c..70b6966 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,7 +113,7 @@ jobs: tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true