Skip to content

Commit f44b49c

Browse files
committed
update github actions
1 parent b114d53 commit f44b49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v3
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: build
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)