Skip to content

Commit acc9534

Browse files
committed
chore: update GitHub Actions to use v4 for upload and deploy steps
1 parent f94bed7 commit acc9534

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ 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@v4
3737
with:
38+
name: build
3839
path: "./out"
40+
overwrite: true
3941
- name: Deploy to GitHub Pages
4042
id: deployment
41-
uses: actions/deploy-pages@v2
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)