@@ -162,7 +162,7 @@ jobs:
162162 check-latest : false
163163 cache : true
164164 - name : Restore system contracts
165- uses : actions/download-artifact@v4
165+ uses : actions/download-artifact@v5
166166 with :
167167 name : system-contracts
168168 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -225,7 +225,7 @@ jobs:
225225 check-latest : false
226226 cache : true
227227 - name : Restore system contracts
228- uses : actions/download-artifact@v4
228+ uses : actions/download-artifact@v5
229229 with :
230230 name : system-contracts
231231 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -295,7 +295,7 @@ jobs:
295295 - name : Prepare ethersjs project
296296 run : make prepare-ethersjs-project
297297 - name : Restore system contracts
298- uses : actions/download-artifact@v4
298+ uses : actions/download-artifact@v5
299299 with :
300300 name : system-contracts
301301 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -339,7 +339,7 @@ jobs:
339339 check-latest : false
340340 cache : true
341341 - name : Download pre-built binaries
342- uses : actions/download-artifact@v4
342+ uses : actions/download-artifact@v5
343343 with :
344344 name : binaries
345345 path : ./build/bin
@@ -372,7 +372,7 @@ jobs:
372372 - name : Configure git safe directories
373373 run : git config --global --add safe.directory '*'
374374 - name : Restore system contracts
375- uses : actions/download-artifact@v4
375+ uses : actions/download-artifact@v5
376376 with :
377377 name : system-contracts
378378 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
0 commit comments