Skip to content

Commit 8a82089

Browse files
committed
Switch artifact actions to v4
1 parent 8b44d69 commit 8a82089

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)