@@ -157,7 +157,7 @@ jobs:
157157       - name : Confirm z3 solver is available and log the version installed 
158158        run : z3 --version 
159159      - name : Get the ebmc binary 
160-         uses : actions/download-artifact@v5  
160+         uses : actions/download-artifact@v6  
161161        with :
162162          name : ebmc-binary 
163163          path : ebmc 
@@ -191,7 +191,7 @@ jobs:
191191       - name : Confirm ltl2tgba is available and log the version installed 
192192        run : ltl2tgba --version 
193193      - name : Get the ebmc binary 
194-         uses : actions/download-artifact@v5  
194+         uses : actions/download-artifact@v6  
195195        with :
196196          name : ebmc-binary 
197197          path : ebmc 
@@ -209,7 +209,7 @@ jobs:
209209    steps :
210210      - uses : actions/checkout@v5 
211211      - name : Get the ebmc binary 
212-         uses : actions/download-artifact@v5  
212+         uses : actions/download-artifact@v6  
213213        with :
214214          name : ebmc-binary 
215215          path : ebmc 
@@ -218,7 +218,7 @@ jobs:
218218      - name : ebmc on Hazard3 
219219        run : PATH=$PATH:$PWD/ebmc examples/Hazard3/Hazard3-ebmc.sh 
220220      - name : Get the vlindex binary 
221-         uses : actions/download-artifact@v5  
221+         uses : actions/download-artifact@v6  
222222        with :
223223          name : vlindex-binary 
224224          path : vlindex 
@@ -483,17 +483,17 @@ jobs:
483483       - name : Confirm z3 solver is available and log the version installed 
484484        run : z3 --version 
485485      - name : Get the ebmc binary 
486-         uses : actions/download-artifact@v5  
486+         uses : actions/download-artifact@v6  
487487        with :
488488          name : ebmc-binary 
489489          path : bin 
490490      - name : Get the hw-cbmc binary 
491-         uses : actions/download-artifact@v5  
491+         uses : actions/download-artifact@v6  
492492        with :
493493          name : hw-cbmc-binary 
494494          path : bin 
495495      - name : Get the vlindex binary 
496-         uses : actions/download-artifact@v5  
496+         uses : actions/download-artifact@v6  
497497        with :
498498          name : vlindex-binary 
499499          path : bin 
0 commit comments