ci: use v2 of upload-pages-artifact and v3 of deploy-pages

This commit is contained in:
rzmk 2025-03-14 17:04:46 -04:00
parent b3b898f527
commit 7cf729a0ef

View file

@ -56,11 +56,11 @@ jobs:
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: "_build/html"
# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3