@@ -156,7 +156,7 @@ jobs:
156156 run : COMPOSER_ROOT_VERSION=dev-main composer install --prefer-dist --no-progress --no-suggest
157157
158158 - name : Download built Phar file
159- uses : actions/download-artifact@v2
159+ uses : actions/download-artifact@v3
160160 with :
161161 name : wp-cli-phar
162162
@@ -204,7 +204,7 @@ jobs:
204204 token : ${{ secrets.ACTIONS_BOT }}
205205
206206 - name : Download WP-CLI version
207- uses : actions/download-artifact@v2
207+ uses : actions/download-artifact@v3
208208 with :
209209 name : cli_version
210210
@@ -213,7 +213,7 @@ jobs:
213213 cat cli_version.txt > phar/NIGHTLY_VERSION
214214
215215 - name : Download built Phar file
216- uses : actions/download-artifact@v2
216+ uses : actions/download-artifact@v3
217217 with :
218218 name : wp-cli-phar
219219
@@ -268,7 +268,7 @@ jobs:
268268 token : ${{ secrets.ACTIONS_BOT }}
269269
270270 - name : Download built Phar file
271- uses : actions/download-artifact@v2
271+ uses : actions/download-artifact@v3
272272 with :
273273 name : wp-cli-phar
274274
@@ -322,7 +322,7 @@ jobs:
322322 token : ${{ secrets.ACTIONS_BOT }}
323323
324324 - name : Download built Phar file
325- uses : actions/download-artifact@v2
325+ uses : actions/download-artifact@v3
326326 with :
327327 name : wp-cli-phar
328328
0 commit comments