From cb3e52a94a0d580844e828ff6b899e864d357fb9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 16 Nov 2025 20:00:11 -0600 Subject: [PATCH] Revert "chore(deps): update dorny/test-reporter action to v2.2.0 (#8637)" This reverts commit 43e0c354668c76492c504256d90c3d656aa6c7ab. --- .github/workflows/test_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_native.yml b/.github/workflows/test_native.yml index 591d52bd0..3f3d02e4c 100644 --- a/.github/workflows/test_native.yml +++ b/.github/workflows/test_native.yml @@ -143,7 +143,7 @@ jobs: merge-multiple: true - name: Test Report - uses: dorny/test-reporter@v2.2.0 + uses: dorny/test-reporter@v2.1.1 with: name: PlatformIO Tests path: testreport.xml