Upgrade the download-artifact
from v3 to v4
#181
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
The PR proposes upgrading the
download-artifact
to v4. This upgrade is related to the upgrade ofupload-artifact
to v4 in PR 10up/action-wordpress-plugin-build-zip#3. Version 4 contains breaking changes, and this PR ensures that everything keeps working after the build zip action updates theupload-artifact
to v4.Note
Please merge this PR after the action https://github.com/marketplace/actions/wordpress-plugin-build-zip gets released.
How to test the Change
Please ensure that the E2E test action runs successfully after the release of the action available at https://github.com/marketplace/actions/wordpress-plugin-build-zip.
Changelog Entry
Credits
Props @iamdharmesh
Checklist: