Skip to content

Commit ed4a3bc

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent e32bdba commit ed4a3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run_install: true
2222
- run: pnpm build --preset github_pages
2323
- name: Upload Pages artifact
24-
uses: actions/upload-pages-artifact@v3
24+
uses: actions/upload-pages-artifact@v4
2525
with:
2626
path: ./.output/public
2727

0 commit comments

Comments
 (0)