diff --git a/.github/workflows/test/action.yml b/.github/workflows/test/action.yml index 49a9b5e23a..83c574c7ee 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' }}"