We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed3a655 + 5115a54 commit 38241b3Copy full SHA for 38241b3
.github/workflows/deployment.yml
@@ -49,13 +49,13 @@ jobs:
49
echo "$CLI_VERSION" > cli_version.txt
50
51
- name: Upload WP-CLI version
52
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
53
with:
54
name: cli_version
55
path: cli_version.txt
56
57
- name: Upload manifest file
58
59
60
name: manifest
61
path: vendor/wp-cli/wp-cli/manifest.json
@@ -64,7 +64,7 @@ jobs:
64
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
65
66
- name: Upload built Phar file
67
68
69
name: wp-cli-phar
70
path: wp-cli.phar
0 commit comments