We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ce425 + 390c795 commit e7537fbCopy full SHA for e7537fb
1 file changed
.github/workflows/deployment.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "$CLI_VERSION" > cli_version.txt
57
58
- name: Upload WP-CLI version
59
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
60
with:
61
name: cli_version
62
path: cli_version.txt
@@ -65,7 +65,7 @@ jobs:
65
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
66
67
- name: Upload built Phar file
68
69
70
name: wp-cli-phar
71
path: wp-cli.phar
0 commit comments