Skip to content

Commit f558b4b

Browse files
committed
hotfix: update action versions
1 parent f26a2af commit f558b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
uses: actions/configure-pages@v2
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
# Upload entire repository
4545
path: "./website/dist"
4646

4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v1
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)