Skip to content

Commit 95e8c9f

Browse files
committed
Bump actions deploys
1 parent baf3fb0 commit 95e8c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Make sure to set a retention day to avoid running into a cap
3939
# This artifact shouldn't be required after deployment onto pages was a success.
4040
- name: Upload Pages artifact
41-
uses: actions/upload-pages-artifact@v2
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
retention-days: 1
4444
path: 'docs/_site'
@@ -49,4 +49,4 @@ jobs:
4949
# instead of using `docs/` or the `gh-pages` branch of the repository
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v2
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)