From 9a73bc09c60e20b32efcef7c742ee792d3829100 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Fri, 26 Dec 2025 18:32:45 -0500 Subject: [PATCH] chore(ci): use newer codecov action --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf9aa0d..578cfca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,7 @@ jobs: - name: Upload test results to Codecov if: always() - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: ./junit.xml + report_type: test_results