Skip to content

Commit e955cbb

Browse files
Fix v4
1 parent 667bb68 commit e955cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
NODE_OPTIONS=--max_old_space_size=4096 npm run build
2929
3030
- name: Upload artifact ⬆️
31-
uses: actions/upload-pages-artifact@v4
31+
uses: actions/upload-artifact@v4
3232
with:
3333
path: './dist'
3434

0 commit comments

Comments
 (0)