From b1785068fbbfc7fe43a50e5870fda749e500a639 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Tue, 19 May 2026 11:22:45 +0200 Subject: [PATCH] Set phoenix-actions/test-reporting version to 17 (action has been upgraded to Node 24) --- .github/workflows/basic_w_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_w_report.yml b/.github/workflows/basic_w_report.yml index 00f2905..dc051a1 100644 --- a/.github/workflows/basic_w_report.yml +++ b/.github/workflows/basic_w_report.yml @@ -55,7 +55,7 @@ jobs: # Upload the junit report to the check run of the workflow - name: Test Report - uses: phoenix-actions/test-reporting@v16 + uses: phoenix-actions/test-reporting@v17 if: success() || failure() # run this step even if previous step failed with: name: Test Report # Name of the check run which will be created