File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 SOLC_VER : ${{ matrix.solc }}
249249
250250 - name : Download testsuite
251- uses : actions/download-artifact@v4
251+ uses : actions/download-artifact@v5
252252 with :
253253 name : echidna-testsuite-${{ runner.os }}
254254
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - build
102102 steps :
103103 - name : Download digests
104- uses : actions/download-artifact@v4
104+ uses : actions/download-artifact@v5
105105 with :
106106 path : ${{ runner.temp }}/digests
107107 pattern : digests-*
Original file line number Diff line number Diff line change 8989 uses : actions/checkout@v4
9090
9191 - name : Download binaries
92- uses : actions/download-artifact@v4
92+ uses : actions/download-artifact@v5
9393 with :
9494 pattern : echidna-redistributable-*
9595 merge-multiple : true
You can’t perform that action at this time.
0 commit comments