Skip to content

Commit d3df292

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c975250 commit d3df292

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
@@ -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

Comments
 (0)