Skip to content

Commit 28969f8

Browse files
committed
chore: upgrade GitHub Pages deployment actions to latest versions
1 parent b97956b commit 28969f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
- run: cd ./example/app && yarn install && yarn build:web
5353

5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v2
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: './example/app/dist'
5858

5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v2
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)