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

Update actions/deploy-pages action to v4
This commit is contained in:
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

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