Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3 to 4 #601

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml

- name: Download built Phar file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wp-cli-phar

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
token: ${{ secrets.ACTIONS_BOT }}

- name: Download WP-CLI version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: cli_version

Expand All @@ -210,7 +210,7 @@ jobs:
cat cli_version.txt > phar/NIGHTLY_VERSION

- name: Download built Phar file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wp-cli-phar

Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
token: ${{ secrets.ACTIONS_BOT }}

- name: Download built Phar file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wp-cli-phar

Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
token: ${{ secrets.ACTIONS_BOT }}

- name: Download built Phar file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wp-cli-phar

Expand Down