From 4807d2bb4a6f8e640fb9d026d99335a41f5753d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:15:38 +0000 Subject: [PATCH] Bump the github-actions group in /.github/workflows/test with 1 update Bumps the github-actions group in /.github/workflows/test with 1 update: [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting). Updates `phoenix-actions/test-reporting` from 12 to 13 - [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...v13) --- updated-dependencies: - dependency-name: phoenix-actions/test-reporting dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Signed-off-by: Adrien Mannocci --- .github/workflows/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test/action.yml b/.github/workflows/test/action.yml index 49a9b5e23..83c574c7e 100644 --- a/.github/workflows/test/action.yml +++ b/.github/workflows/test/action.yml @@ -36,7 +36,7 @@ runs: run: find ./build/output/junit-* -exec grep -q '' '{}' \; -delete - name: "Test Report Summary: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}" - uses: phoenix-actions/test-reporting@v12 + uses: phoenix-actions/test-reporting@v13 if: success() || failure() with: name: " Tests: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"