Skip to content

Commit 2e450d0

Browse files
authored
Merge pull request #778 from wp-cli/dependabot/github_actions/actions/download-artifact-5
2 parents e146bf7 + 3d860e4 commit 2e450d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml
141141
142142
- name: Download built Phar file
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: wp-cli-phar
146146

@@ -198,7 +198,7 @@ jobs:
198198
token: ${{ secrets.ACTIONS_BOT }}
199199

200200
- name: Download WP-CLI version
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v5
202202
with:
203203
name: cli_version
204204

@@ -207,12 +207,12 @@ jobs:
207207
cat cli_version.txt > phar/NIGHTLY_VERSION
208208
209209
- name: Download manifest file
210-
uses: actions/download-artifact@v4
210+
uses: actions/download-artifact@v5
211211
with:
212212
name: manifest
213213

214214
- name: Download built Phar file
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v5
216216
with:
217217
name: wp-cli-phar
218218

@@ -273,7 +273,7 @@ jobs:
273273
token: ${{ secrets.ACTIONS_BOT }}
274274

275275
- name: Download built Phar file
276-
uses: actions/download-artifact@v4
276+
uses: actions/download-artifact@v5
277277
with:
278278
name: wp-cli-phar
279279

@@ -327,7 +327,7 @@ jobs:
327327
token: ${{ secrets.ACTIONS_BOT }}
328328

329329
- name: Download built Phar file
330-
uses: actions/download-artifact@v4
330+
uses: actions/download-artifact@v5
331331
with:
332332
name: wp-cli-phar
333333

0 commit comments

Comments
 (0)