Skip to content

Commit d8cd4ba

Browse files
authored
Merge pull request #601 from wp-cli/dependabot/github_actions/actions/download-artifact-4
2 parents 5f4fc90 + 5b1d881 commit d8cd4ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml
154154
155155
- name: Download built Phar file
156-
uses: actions/download-artifact@v3
156+
uses: actions/download-artifact@v4
157157
with:
158158
name: wp-cli-phar
159159

@@ -201,7 +201,7 @@ jobs:
201201
token: ${{ secrets.ACTIONS_BOT }}
202202

203203
- name: Download WP-CLI version
204-
uses: actions/download-artifact@v3
204+
uses: actions/download-artifact@v4
205205
with:
206206
name: cli_version
207207

@@ -210,7 +210,7 @@ jobs:
210210
cat cli_version.txt > phar/NIGHTLY_VERSION
211211
212212
- name: Download built Phar file
213-
uses: actions/download-artifact@v3
213+
uses: actions/download-artifact@v4
214214
with:
215215
name: wp-cli-phar
216216

@@ -265,7 +265,7 @@ jobs:
265265
token: ${{ secrets.ACTIONS_BOT }}
266266

267267
- name: Download built Phar file
268-
uses: actions/download-artifact@v3
268+
uses: actions/download-artifact@v4
269269
with:
270270
name: wp-cli-phar
271271

@@ -319,7 +319,7 @@ jobs:
319319
token: ${{ secrets.ACTIONS_BOT }}
320320

321321
- name: Download built Phar file
322-
uses: actions/download-artifact@v3
322+
uses: actions/download-artifact@v4
323323
with:
324324
name: wp-cli-phar
325325

0 commit comments

Comments
 (0)