@@ -174,7 +174,7 @@ jobs:
174174 - name : Confirm z3 solver is available and log the version installed
175175 run : z3 --version
176176 - name : Get the ebmc binary
177- uses : actions/download-artifact@v6
177+ uses : actions/download-artifact@v7
178178 with :
179179 name : ebmc-binary
180180 path : ebmc
@@ -208,7 +208,7 @@ jobs:
208208 - name : Confirm ltl2tgba is available and log the version installed
209209 run : ltl2tgba --version
210210 - name : Get the ebmc binary
211- uses : actions/download-artifact@v6
211+ uses : actions/download-artifact@v7
212212 with :
213213 name : ebmc-binary
214214 path : ebmc
@@ -226,7 +226,7 @@ jobs:
226226 steps :
227227 - uses : actions/checkout@v6
228228 - name : Get the ebmc binary
229- uses : actions/download-artifact@v6
229+ uses : actions/download-artifact@v7
230230 with :
231231 name : ebmc-binary
232232 path : ebmc
@@ -235,7 +235,7 @@ jobs:
235235 - name : ebmc on Hazard3
236236 run : PATH=$PATH:$PWD/ebmc examples/Hazard3/Hazard3-ebmc.sh
237237 - name : Get the vlindex binary
238- uses : actions/download-artifact@v6
238+ uses : actions/download-artifact@v7
239239 with :
240240 name : vlindex-binary
241241 path : vlindex
@@ -510,17 +510,17 @@ jobs:
510510 - name : Confirm z3 solver is available and log the version installed
511511 run : z3 --version
512512 - name : Get the ebmc binary
513- uses : actions/download-artifact@v6
513+ uses : actions/download-artifact@v7
514514 with :
515515 name : ebmc-binary
516516 path : bin
517517 - name : Get the hw-cbmc binary
518- uses : actions/download-artifact@v6
518+ uses : actions/download-artifact@v7
519519 with :
520520 name : hw-cbmc-binary
521521 path : bin
522522 - name : Get the vlindex binary
523- uses : actions/download-artifact@v6
523+ uses : actions/download-artifact@v7
524524 with :
525525 name : vlindex-binary
526526 path : bin
0 commit comments