Skip to content

Commit 57e77e9

Browse files
authored
Fix publish-playground.yml (#2025)
Fixing regression from #2024
1 parent 1ff23b3 commit 57e77e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build and Test
5353
run: python ./build.py --no-check --no-test --wasm --npm --play
5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v4
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: ./playground/public
5858

0 commit comments

Comments
 (0)