Skip to content

Commit f6750c0

Browse files
committed
More action updates
1 parent 08527da commit f6750c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
path: book/
4141
workflow: build.yml
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v2
43+
uses: actions/configure-pages@v4
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: book
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)