Skip to content

Commit 3bae759

Browse files
committed
ci: update deploy workflow
1 parent c22b928 commit 3bae759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
run: npm run build
4545

4646
- name: Setup Pages
47-
uses: actions/configure-pages@v3
47+
uses: actions/configure-pages@v5
4848

4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v2
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
# Upload dist repository
5353
path: './dist'
5454

5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)