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

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