Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/pr-playground-preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Expose built artifact as a public URL
id: expose
uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@v2
uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@v3
with:
artifact-name: plugin-check-zip
artifact-filename: plugin-check.zip
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
NODE

- name: Post Playground Preview Button
uses: WordPress/action-wp-playground-pr-preview@v2
uses: WordPress/action-wp-playground-pr-preview@v3
with:
mode: append-to-description
blueprint: ${{ steps.blueprint.outputs.blueprint }}
Expand Down
Loading