Skip to content

Commit 2eb9cf4

Browse files
authored
Update ci.yml
1 parent c8d460f commit 2eb9cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
name: dist
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v3
43+
uses: actions/configure-pages@v5
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: '.'
4848
- name: 404 GitHub Pages
4949
run: cp index.html 404.html
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v2
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)