10up / safe-svg

Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
https://wordpress.org/plugins/safe-svg/
GNU General Public License v2.0
263 stars 31 forks source link

Upgrade the `download-artifact` from v3 to v4 #181

Closed iamdharmesh closed 5 months ago

iamdharmesh commented 5 months ago

Description of the Change

The PR proposes upgrading the download-artifact to v4. This upgrade is related to the upgrade of upload-artifact to v4 in PR https://github.com/10up/action-wordpress-plugin-build-zip/pull/3. Version 4 contains breaking changes, and this PR ensures that everything keeps working after the build zip action updates the upload-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

Changed - Upgrade the download-artifact from v3 to v4

Credits

Props @iamdharmesh

Checklist: