From 0ee8fdfe31ebfef0b5c4c488816cc7865c48ec85 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 26 Jan 2026 09:51:02 -0500 Subject: [PATCH] Address warning in GitHub Actions tests about deprecated action --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64c104fea..7b0e7c96b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,10 +40,11 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 + uses: codecov/codecov-action@v5 with: flags: python${{ matrix.python-version }} name: codecov-umbrella-test-results + report_type: test_results token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage to Codecov uses: codecov/codecov-action@v5