@@ -49,13 +49,13 @@ jobs:
4949 echo "$CLI_VERSION" > cli_version.txt
5050
5151 - name : Upload WP-CLI version
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : cli_version
5555 path : cli_version.txt
5656
5757 - name : Upload manifest file
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : manifest
6161 path : vendor/wp-cli/wp-cli/manifest.json
6464 run : php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
6565
6666 - name : Upload built Phar file
67- uses : actions/upload-artifact@v6
67+ uses : actions/upload-artifact@v7
6868 with :
6969 name : wp-cli-phar
7070 path : wp-cli.phar
@@ -137,7 +137,7 @@ jobs:
137137 sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml
138138
139139 - name : Download built Phar file
140- uses : actions/download-artifact@v7
140+ uses : actions/download-artifact@v8
141141 with :
142142 name : wp-cli-phar
143143
@@ -195,7 +195,7 @@ jobs:
195195 token : ${{ secrets.ACTIONS_BOT }}
196196
197197 - name : Download WP-CLI version
198- uses : actions/download-artifact@v7
198+ uses : actions/download-artifact@v8
199199 with :
200200 name : cli_version
201201
@@ -204,12 +204,12 @@ jobs:
204204 cat cli_version.txt > phar/NIGHTLY_VERSION
205205
206206 - name : Download manifest file
207- uses : actions/download-artifact@v7
207+ uses : actions/download-artifact@v8
208208 with :
209209 name : manifest
210210
211211 - name : Download built Phar file
212- uses : actions/download-artifact@v7
212+ uses : actions/download-artifact@v8
213213 with :
214214 name : wp-cli-phar
215215
@@ -270,7 +270,7 @@ jobs:
270270 token : ${{ secrets.ACTIONS_BOT }}
271271
272272 - name : Download built Phar file
273- uses : actions/download-artifact@v7
273+ uses : actions/download-artifact@v8
274274 with :
275275 name : wp-cli-phar
276276
@@ -324,7 +324,7 @@ jobs:
324324 token : ${{ secrets.ACTIONS_BOT }}
325325
326326 - name : Download built Phar file
327- uses : actions/download-artifact@v7
327+ uses : actions/download-artifact@v8
328328 with :
329329 name : wp-cli-phar
330330
0 commit comments