Skip to content

Commit fbee8a6

Browse files
mrobinsonmukilan
authored andcommitted
Upgrade configure-pages, upload-pages-artifact, and deploy-pages` actions
1 parent 85b8c41 commit fbee8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
run: |
5252
mdbook build
5353
- name: Configure GitHub Pages
54-
uses: actions/configure-pages@v2
54+
uses: actions/configure-pages@v5
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v1
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
path: 'book'
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v1
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)