Skip to content

Commit 2feb471

Browse files
committed
Update GitHub Actions to use v4 of GitHub Pages artifacts
1 parent 32b82af commit 2feb471

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: mdbook build
3131

3232
- name: Setup Pages
33-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
3434

3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v4
3737
with:
3838
path: 'book'
3939

@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)