From 47917f99d95b72b17175238975382b4cb05b7c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:46:35 +0000 Subject: [PATCH] Update dorny/test-reporter action to v3 --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index ea05e7a..80c8404 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -37,7 +37,7 @@ jobs: --results-directory ./TestResults - name: Publish test report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: Test Report