File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 chmod +x ./scripts/install_binaryen.sh
7070 ./scripts/install_binaryen.sh
7171 - name : Download Deploy Script
72- uses : actions/download-artifact@v5
72+ uses : actions/download-artifact@v6
7373 with :
7474 name : deploy
7575 path : " ./"
@@ -108,7 +108,7 @@ jobs:
108108 token : ${{ secrets.CI_PAT }}
109109
110110 - name : Download Schemas
111- uses : actions/download-artifact@v5
111+ uses : actions/download-artifact@v6
112112 with :
113113 name : temp-schemas
114114 path : " packages/schema-parser/schema"
@@ -164,7 +164,7 @@ jobs:
164164 echo "Wait complete, proceeding with Armor workflow trigger"
165165
166166 - name : Download version-map
167- uses : actions/download-artifact@v5
167+ uses : actions/download-artifact@v6
168168 with :
169169 name : contracts
170170 path : " artifacts"
You can’t perform that action at this time.
0 commit comments