From 742c6d5a68e00265c215aa39242d9311e684e213 Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Thu, 25 Jun 2026 23:22:19 +0900 Subject: [PATCH] Upgrade test-summary to v2.6 --- .github/workflows/build_and_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 32086f6fd7222..ceaddecd3fa4c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -453,7 +453,7 @@ jobs: **/target/surefire-reports/*.xml - name: Test Summary if: always() - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: | **/target/test-reports/*.xml @@ -868,7 +868,7 @@ jobs: **/target/surefire-reports/*.xml - name: Test Summary if: always() - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: | **/target/test-reports/*.xml @@ -977,7 +977,7 @@ jobs: **/target/surefire-reports/*.xml - name: Test Summary if: always() - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: | **/target/test-reports/*.xml @@ -1585,7 +1585,7 @@ jobs: **/target/surefire-reports/*.xml - name: Test Summary if: always() - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: | **/target/test-reports/*.xml @@ -1679,7 +1679,7 @@ jobs: **/target/surefire-reports/*.xml - name: Test Summary if: always() - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: | **/target/test-reports/*.xml