File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323 secrets : inherit
2424
2525 build-and-test-linux :
26+ name : Build zkLLVM, run local tests, prepare for integration testing
2627 runs-on : [ self-hosted, Linux, X64, aws_autoscaling ]
2728 needs :
2829 - handle-syncwith
@@ -167,7 +168,7 @@ jobs:
167168 echo "examples=circuits-and-assignments" >> $GITHUB_OUTPUT
168169
169170 - name : Upload examples' circuits and assignments artifact
170- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@v3
171172 with :
172173 name : ${{ steps.artifact-names.outputs.examples }}
173174 path : |
@@ -191,7 +192,7 @@ jobs:
191192 cmake --build build ${targets_str}
192193
193194 - name : Upload examples' circuits and assignments artifact
194- uses : actions/upload-artifact@v4
195+ uses : actions/upload-artifact@v3
195196 with :
196197 name : ${{ steps.artifact-names.outputs.transpiler }}
197198 path : |
@@ -327,7 +328,7 @@ jobs:
327328 echo "merged=transpiler-output-merged-proofs" >> $GITHUB_OUTPUT
328329
329330 - name : Upload merged artifact
330- uses : actions/upload-artifact@v4
331+ uses : actions/upload-artifact@v3
331332 with :
332333 name : ${{ steps.artifact-name.outputs.merged }}
333334 path : |
You can’t perform that action at this time.
0 commit comments