From 673e91c3973f3f705ded740941cd5137c570ea22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 06:42:42 +0000 Subject: [PATCH] chore(deps): update enricomi/publish-unit-test-result-action action to v2.22.0 --- .github/workflows/report_test_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report_test_results.yml b/.github/workflows/report_test_results.yml index 9f82c985..b1b8e7f5 100644 --- a/.github/workflows/report_test_results.yml +++ b/.github/workflows/report_test_results.yml @@ -24,6 +24,6 @@ jobs: - name: List downloaded files run: ls -lR - name: Publish test results - uses: EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf # v2.21.0 + uses: EnricoMi/publish-unit-test-result-action@27d65e188ec43221b20d26de30f4892fad91df2f # v2.22.0 with: files: "test_results/*.xml"