From 9983633e62402b36dc002fd1ff081ebec1c0d443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:29:26 +0200 Subject: [PATCH] Bump phoenix-actions/test-reporting (#2330) 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 13 to 14 --- .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 83c574c7e..28d27aef7 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@v13 + uses: phoenix-actions/test-reporting@v14 if: success() || failure() with: name: " Tests: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"