From 4ec959f2417b738b3797f5f263bb3bf28b09478f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:00:22 +0000 Subject: [PATCH] Dependabot:(deps): Bump test-summary/action from 2.0 to 2.4 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.0 to 2.4. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/v2.0...v2.4) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wc_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wc_build.yml b/.github/workflows/wc_build.yml index ee93a444..ff477857 100644 --- a/.github/workflows/wc_build.yml +++ b/.github/workflows/wc_build.yml @@ -59,7 +59,7 @@ jobs: - name: Test Summary id: test_summary if: ${{ success() && steps.test_coverage.conclusion == 'success' || failure() && steps.test_coverage.conclusion == 'failure' }} - uses: test-summary/action@v2.0 + uses: test-summary/action@v2.4 with: paths: "./core/target/test-reports/**/TEST-*.xml" output: "test-summary.md"