Skip to content

Commit 697f910

Browse files
committed
Fixed incorrect version of an action
1 parent 8b27d8f commit 697f910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run build # → this calls `vite build --mode production` (as defined in package.json)
2626

2727
- name: Upload dist as artifact
28-
uses: actions/upload-pages-artifact@v4
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
name: github-pages-artifact
3131
path: '.dist'

0 commit comments

Comments
 (0)