File tree Expand file tree Collapse file tree
ArbPostHearingAssistant/ui/gradio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Download origin artifact log
130130 if : env.skip != 'true'
131- uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
131+ uses : actions/download-artifact@v4.1.3
132132 with :
133133 name : build-comments
134134 path : merged-files
@@ -159,7 +159,7 @@ jobs:
159159 all_comments : ${{ steps.summary.outputs.all_comments }}
160160 steps :
161161 - name : Download Summary
162- uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
162+ uses : actions/download-artifact@v4.1.3
163163 with :
164164 name : build-comments
165165 path : downloaded-files
Original file line number Diff line number Diff line change 1- gradio == 5.11.0
1+ gradio > 5.22.0 , <= 5.34.0
22numpy == 1.26.4
33Pillow == 10.3.0
44
Original file line number Diff line number Diff line change 1- gradio == 5.22.0
1+ gradio > 5.22.0 , <= 5.34.0
22numpy == 1.26.4
33opencv-python == 4.10.0.82
44Pillow == 10.3.0
Original file line number Diff line number Diff line change 11docx2txt
2- gradio == 5.11.0
2+ gradio > 5.22.0 , <= 5.34.0
33langchain_community
44moviepy == 1.0.3
55numpy == 1.26.4
You can’t perform that action at this time.
0 commit comments