Skip to content

Commit

Permalink
Merge pull request #26846 from element-hq/renovate/actions-deploy-pag…
Browse files Browse the repository at this point in the history
…es-4.x

Update actions/deploy-pages action to v4
  • Loading branch information
t3chguy authored Jan 10, 2024
2 parents d5047b7 + 04a2d3c commit 9ea8843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -112,4 +112,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 9ea8843

Please sign in to comment.