Skip to content

Commit 38c9bc6

Browse files
authored
Update artifacts to v4
1 parent 07fc93c commit 38c9bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v3
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload dist repository
4848
path: "./dist"
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v1
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)