8888 yarn run build:sol
8989 - name : Upload built system contracts
9090 if : always()
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : system-contracts
9494 path : ' celo-monorepo/${{ env.CONTRACTS_BUILD_PATH }}'
@@ -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@v6
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@v6
229229 with :
230230 name : system-contracts
231231 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -240,7 +240,7 @@ jobs:
240240 trap "go-junit-report < /tmp/test-results/go-test.out > /tmp/test-results/go-test-report.xml" EXIT
241241 go test -p 1 -v -race ./... | tee /tmp/test-results/go-test.out
242242 - name : Upload test report
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 with :
245245 name : data-race-detector-report
246246 path : /tmp/test-results
@@ -267,7 +267,7 @@ jobs:
267267 run : |
268268 make all
269269 - name : Upload binaries
270- uses : actions/upload-artifact@v4
270+ uses : actions/upload-artifact@v5
271271 with :
272272 name : binaries
273273 path : ./build/bin
@@ -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@v6
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@v6
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@v6
376376 with :
377377 name : system-contracts
378378 path : ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -383,7 +383,7 @@ jobs:
383383 trap "grep -E 'goos: |^goarch: |^pkg: |^cpu: |^Benchmark' /tmp/bench-results/go-bench.out > /tmp/bench-results/go-bench-results.txt" EXIT
384384 go test ./e2e_test -run Bench -bench . | tee /tmp/bench-results/go-bench.out
385385 - name : Upload results
386- uses : actions/upload-artifact@v4
386+ uses : actions/upload-artifact@v5
387387 with :
388388 name : e2e-benchmarks
389389 path : /tmp/bench-results
0 commit comments