Skip to content

Commit 07b367a

Browse files
committed
Update upload-artifact, deploy-pages
1 parent 3e050f7 commit 07b367a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# If using actions/checkout@v2, persist-credentials must be set to false in most cases for the deployment to work correctly.
2727
- name: "Checkout"
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
# Note: actions-rs/install@v0.1 was considered, but a full 'cargo install' is unnecessarily slow and the cache mechanism is not reliable
3131
# (error "Unable to download mdbook == 0.4.14 from the tool cache: Error: Unexpected HTTP response: 403")
@@ -49,9 +49,9 @@ jobs:
4949
run: mdbook build
5050

5151
- name: "Upload Pages artifact"
52-
uses: actions/upload-pages-artifact@v1
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
path: book
5555

5656
- name: "Deploy to GitHub Pages"
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)