Merge pull request #26846 from element-hq/renovate/actions-deploy-pages-4.x

Update actions/deploy-pages action to v4
pull/26857/head
Michael Telatynski 2024-01-10 10:47:25 +00:00 committed by GitHub
commit 9ea88438f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ jobs:
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./book
@ -112,4 +112,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4