From 964a5eafd0e350e73fe91ed030eb15904aba17f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:56:42 +0000 Subject: [PATCH] Bump phoenix-actions/test-reporting from 12 to 15 Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 12 to 15. - [Release notes](https://github.com/phoenix-actions/test-reporting/releases) - [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenix-actions/test-reporting/compare/v12...v15) --- updated-dependencies: - dependency-name: phoenix-actions/test-reporting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9421b5fe..fcf39816 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -155,7 +155,7 @@ jobs: - name: Test Reporting if: always() id: test-report - uses: phoenix-actions/test-reporting@v12 + uses: phoenix-actions/test-reporting@v15 with: name: ${{matrix.module-name}} Test Results path: '**/junitreports/TEST-**.xml'