Skip to content

Commit 2cae35a

Browse files
authored
Merge pull request #600 from wp-cli/dependabot/github_actions/actions/upload-artifact-4
2 parents d8cd4ba + 9dde069 commit 2cae35a

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
@@ -48,7 +48,7 @@ jobs:
4848
echo "$CLI_VERSION" > cli_version.txt
4949
5050
- name: Upload WP-CLI version
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: cli_version
5454
path: cli_version.txt
@@ -57,7 +57,7 @@ jobs:
5757
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
5858

5959
- name: Upload built Phar file
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: wp-cli-phar
6363
path: wp-cli.phar

0 commit comments

Comments
 (0)