Skip to content

Commit db83d55

Browse files
fix: migrate to v3 GitHub Actions for Pages deployment
1 parent 387ac67 commit db83d55

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
@@ -32,7 +32,7 @@ jobs:
3232
run: touch dist/.nojekyll
3333

3434
- name: Upload build output
35-
uses: actions/upload-pages-artifact@v4
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: ./dist
3838

0 commit comments

Comments
 (0)