Skip to content

Commit 5895789

Browse files
committed
chore: update GitHub Actions to use latest upload and deploy pages actions
1 parent f94bed7 commit 5895789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
npm ci
3434
npm run build
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
path: "./out"
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v2
41+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)