ci: update Actions related to GitHub Pages (#524)

This commit is contained in:
Daniel Thwaites 2024-08-23 21:00:58 +01:00 committed by GitHub
parent 9b5a65b681
commit 5ca31b6068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
run: cp -r --dereference --no-preserve=mode,ownership result/ public/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: public/
@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy docs to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4