Skip to content

Commit 0870029

Browse files
committed
chore(ci): update docs versions
1 parent d4607f8 commit 0870029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- name: Set doc perms
4444
run: chmod -c -R +rX target/doc
4545
- name: Setup Pages
46-
uses: actions/configure-pages@v3
46+
uses: actions/configure-pages@v5
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@v3
4949
with:
5050
path: 'target/doc'
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4
5454

0 commit comments

Comments
 (0)