Skip to content

Commit 2b4fe16

Browse files
authored
Use deploy-pages@v4 (#2032)
Since we are using `upload-pages-artifact@v3` we must use v4 of the deploy task (see https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0)
1 parent db9db4c commit 2b4fe16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-playground.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)