Skip to content

Commit 1cf9160

Browse files
bump download and upload artifact actions
1 parent 9622b34 commit 1cf9160

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/nix_build_linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
echo "examples=circuits-and-assignments" >> $GITHUB_OUTPUT
7878
7979
- name: Upload examples' circuits and assignments artifact
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4.6.0
8181
with:
8282
name: ${{ steps.artifact-names.outputs.examples }}
8383
path: |
8484
examples_output
8585
if-no-files-found: error
8686

8787
- name: Upload examples' circuits and assignments artifact
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4.6.0
8989
with:
9090
name: ${{ steps.artifact-names.outputs.transpiler }}
9191
path: |
@@ -113,10 +113,10 @@ jobs:
113113
always() && !cancelled() &&
114114
(needs.handle-syncwith.result == 'success' || needs.handle-syncwith.result == 'skipped') &&
115115
needs.build-and-test-with-nix.result == 'success'
116-
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@2a0ef5fc67e97be8e3c7b59338cf9eecd030c57d
116+
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@c29ea8762856955c882e269a4550a741482c4a7f
117117
with:
118118
artifact-name: ${{ needs.build-and-test-with-nix.outputs.transpiler-artifact-name }}
119-
evm-placeholder-verification-ref: 2a0ef5fc67e97be8e3c7b59338cf9eecd030c57d
119+
evm-placeholder-verification-ref: c29ea8762856955c882e269a4550a741482c4a7f
120120
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
121121
test-names: ${{ needs.build-and-test-with-nix.outputs.evm-targets }}
122122

@@ -150,12 +150,12 @@ jobs:
150150
merged-artifact-name: ${{ steps.artifact-name.outputs.merged }}
151151
steps:
152152
- name: Download artifact with proofs
153-
uses: actions/download-artifact@v3
153+
uses: actions/download-artifact@v4.1.8
154154
with:
155155
name: ${{ needs.generate-proofs.outputs.artifact-name }}
156156

157157
- name: Download artifact with transpiler output
158-
uses: actions/download-artifact@v3
158+
uses: actions/download-artifact@v4.1.8
159159
with:
160160
name: ${{ needs.build-and-test-with-nix.outputs.transpiler-artifact-name }}
161161

@@ -188,7 +188,7 @@ jobs:
188188
echo "merged=transpiler-output-merged-proofs" >> $GITHUB_OUTPUT
189189
190190
- name: Upload merged artifact
191-
uses: actions/upload-artifact@v3
191+
uses: actions/upload-artifact@v4.6.0
192192
with:
193193
name: ${{ steps.artifact-name.outputs.merged }}
194194
path: |
@@ -205,10 +205,10 @@ jobs:
205205
(needs.handle-syncwith.result == 'success' || needs.handle-syncwith.result == 'skipped') &&
206206
needs.build-and-test-with-nix.result == 'success' &&
207207
needs.merge-proofs-to-transpiler-output.result == 'success'
208-
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@2a0ef5fc67e97be8e3c7b59338cf9eecd030c57d
208+
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@c29ea8762856955c882e269a4550a741482c4a7f
209209
with:
210210
artifact-name: ${{ needs.merge-proofs-to-transpiler-output.outputs.merged-artifact-name }}
211-
evm-placeholder-verification-ref: 2a0ef5fc67e97be8e3c7b59338cf9eecd030c57d
211+
evm-placeholder-verification-ref: c29ea8762856955c882e269a4550a741482c4a7f
212212
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
213213
test-names: ${{ needs.build-and-test-with-nix.outputs.evm-targets }}
214214

0 commit comments

Comments
 (0)