From 60053ae5af9dbfcece44cffe16112f641e677a1a Mon Sep 17 00:00:00 2001 From: Elliana May Date: Sun, 28 Sep 2025 20:13:43 +0800 Subject: [PATCH] build: fix deprecated field name --- .github/workflows/pythonapp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index 8c658400f..7adc5e8e5 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -31,7 +31,7 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 if: always() with: - junit_files: results.xml + files: results.xml comment_mode: off check_name: "Test Results - ${{ join(matrix.*, ', ') }}" - uses: codecov/codecov-action@v5.5.1