Skip to content

Commit 98dbb16

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

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@v6
143+
uses: actions/download-artifact@v7
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@v6
201+
uses: actions/download-artifact@v7
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@v6
210+
uses: actions/download-artifact@v7
211211
with:
212212
name: manifest
213213

214214
- name: Download built Phar file
215-
uses: actions/download-artifact@v6
215+
uses: actions/download-artifact@v7
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@v6
276+
uses: actions/download-artifact@v7
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@v6
330+
uses: actions/download-artifact@v7
331331
with:
332332
name: wp-cli-phar
333333

0 commit comments

Comments
 (0)