@@ -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
@@ -314,7 +314,7 @@ jobs:
314314 token : ${{ secrets.ACTIONS_BOT }}
315315
316316 - name : Download built Phar file
317- uses : actions/download-artifact@v7
317+ uses : actions/download-artifact@v8
318318 with :
319319 name : wp-cli-phar
320320
@@ -368,7 +368,7 @@ jobs:
368368 token : ${{ secrets.ACTIONS_BOT }}
369369
370370 - name : Download built Phar file
371- uses : actions/download-artifact@v7
371+ uses : actions/download-artifact@v8
372372 with :
373373 name : wp-cli-phar
374374
0 commit comments