From c5664dff321ef451e0b1473bff82f9e1b27671e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:15:12 +0000 Subject: [PATCH] Bump test-summary/action from 2.2 to 2.3 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.2 to 2.3. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/fee35d7df20790255fe6aa92cf0f6d28092ecf2f...032c8a9cec6aaa3c20228112cae6ca10a3b29336) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eca19e4..a2e1b7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Upload test coverage uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 - name: Create test summary - uses: test-summary/action@fee35d7df20790255fe6aa92cf0f6d28092ecf2f + uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 with: paths: "**/build/test-results/test/*.xml" if: always()