Skip to content

Commit 5b1d881

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f4fc90 commit 5b1d881

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)