You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pr-playground-preview.yml workflow uses the deprecated pluginZipFile option in the WordPress Playground blueprint. It needs to be updated to use pluginData instead.
Details
In the "Generate Playground blueprint JSON" step of the playground-details job, the blueprint currently uses:
Description
Summary
The
pr-playground-preview.ymlworkflow uses the deprecatedpluginZipFileoption in the WordPress Playground blueprint. It needs to be updated to usepluginDatainstead.Details
In the "Generate Playground blueprint JSON" step of the
playground-detailsjob, the blueprint currently uses:{ "step": "installPlugin", "pluginZipFile": { "resource": "url", "url": "<artifact-url>" } }WordPress Playground now emits the following deprecation warning:
Proposed Fix
Replace
pluginZipFilewithpluginDatain.github/workflows/pr-playground-preview.yml:{ step: 'installPlugin', - pluginZipFile: { + pluginData: { resource: 'url', url, }, },Step-by-step reproduction instructions
Try it in Playgroundbutton.Screenshots, screen recording, code snippet
Screen.Recording.2026-05-14.at.10.08.56.AM.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except the AI plugin.
Please confirm which theme type you used for testing.