Skip to content

Commit 9fe21a2

Browse files
committed
bump publish page actions
1 parent d92a425 commit 9fe21a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
- name: Run Build
9292
run: task
9393
- name: Setup Pages
94-
uses: actions/configure-pages@v2
94+
uses: actions/configure-pages@v5
9595
- name: Upload artifact
96-
uses: actions/upload-pages-artifact@v1
96+
uses: actions/upload-pages-artifact@v3
9797
with:
9898
path: dist
9999
- name: Deploy to GitHub Pages
100100
id: deployment
101-
uses: actions/deploy-pages@v1
101+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)