From 1b98e440fa425bad952c5c23653c95cb82dfebaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:28:06 +0100 Subject: [PATCH] Bump `test-summary/action` from 2.2 to 2.3 (#4142) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> --- .github/workflows/test_official.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_official.yml b/.github/workflows/test_official.yml index d48537811..0510d334f 100644 --- a/.github/workflows/test_official.yml +++ b/.github/workflows/test_official.yml @@ -42,7 +42,7 @@ jobs: - name: Test Summary id: test_summary - uses: test-summary/action@v2.2 + uses: test-summary/action@v2.3 if: always() # always run, even if tests fail with: paths: .test_report_official.xml diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a6160efff..7528af1f9 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -82,7 +82,7 @@ jobs: - name: Test Summary id: test_summary - uses: test-summary/action@v2.2 + uses: test-summary/action@v2.3 if: always() # always run, even if tests fail with: paths: |