Skip to content

Commit b6e4832

Browse files
committed
deploy web
1 parent 1ed7f27 commit b6e4832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# Just add a `cd` here if you need to change to another directory.
2727
trunk build
2828
- name: Setup Pages
29-
uses: actions/configure-pages@v4
29+
uses: actions/configure-pages@v5
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v2
31+
uses: actions/upload-pages-artifact@v3
3232
with:
3333
# Upload entire repository
3434
path: 'dist'

0 commit comments

Comments
 (0)