Skip to content

Commit 1730d05

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- 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 489a85f commit 1730d05

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
@@ -156,7 +156,7 @@ jobs:
156156
run: COMPOSER_ROOT_VERSION=dev-main composer install --prefer-dist --no-progress --no-suggest
157157

158158
- name: Download built Phar file
159-
uses: actions/download-artifact@v2
159+
uses: actions/download-artifact@v3
160160
with:
161161
name: wp-cli-phar
162162

@@ -204,7 +204,7 @@ jobs:
204204
token: ${{ secrets.ACTIONS_BOT }}
205205

206206
- name: Download WP-CLI version
207-
uses: actions/download-artifact@v2
207+
uses: actions/download-artifact@v3
208208
with:
209209
name: cli_version
210210

@@ -213,7 +213,7 @@ jobs:
213213
cat cli_version.txt > phar/NIGHTLY_VERSION
214214
215215
- name: Download built Phar file
216-
uses: actions/download-artifact@v2
216+
uses: actions/download-artifact@v3
217217
with:
218218
name: wp-cli-phar
219219

@@ -268,7 +268,7 @@ jobs:
268268
token: ${{ secrets.ACTIONS_BOT }}
269269

270270
- name: Download built Phar file
271-
uses: actions/download-artifact@v2
271+
uses: actions/download-artifact@v3
272272
with:
273273
name: wp-cli-phar
274274

@@ -322,7 +322,7 @@ jobs:
322322
token: ${{ secrets.ACTIONS_BOT }}
323323

324324
- name: Download built Phar file
325-
uses: actions/download-artifact@v2
325+
uses: actions/download-artifact@v3
326326
with:
327327
name: wp-cli-phar
328328

0 commit comments

Comments
 (0)