Skip to content

Commit e7537fb

Browse files
authored
Merge pull request #458 from wp-cli/dependabot/github_actions/actions/upload-artifact-3
2 parents d6ce425 + 390c795 commit e7537fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "$CLI_VERSION" > cli_version.txt
5757
5858
- name: Upload WP-CLI version
59-
uses: actions/upload-artifact@v2
59+
uses: actions/upload-artifact@v3
6060
with:
6161
name: cli_version
6262
path: cli_version.txt
@@ -65,7 +65,7 @@ jobs:
6565
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
6666

6767
- name: Upload built Phar file
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v3
6969
with:
7070
name: wp-cli-phar
7171
path: wp-cli.phar

0 commit comments

Comments
 (0)