We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf3fb0 commit 95e8c9fCopy full SHA for 95e8c9f
.github/workflows/publish-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
# Make sure to set a retention day to avoid running into a cap
39
# This artifact shouldn't be required after deployment onto pages was a success.
40
- name: Upload Pages artifact
41
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
42
with:
43
retention-days: 1
44
path: 'docs/_site'
@@ -49,4 +49,4 @@ jobs:
49
# instead of using `docs/` or the `gh-pages` branch of the repository
50
- name: Deploy to GitHub Pages
51
id: deployment
52
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments