From da2f4de7182139fc2f0432f9d75aa26be74a3407 Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Thu, 7 May 2026 20:27:40 +0000 Subject: [PATCH] ci: replace deprecated codecov test-results action --- .github/workflows/python-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6a721a8..7d436ed 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -68,8 +68,9 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: name: build-${{ matrix.python-version }} fail_ci_if_error: true use_oidc: true + report_type: test_results