We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4328fb commit 9f6aa78Copy full SHA for 9f6aa78
1 file changed
.github/workflows/publish-documentation.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: ./.github/actions/build-documentation-site
35
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
38
with:
39
# Path of the directory containing the static assets.
40
path: ./docs
@@ -54,4 +54,4 @@ jobs:
54
steps:
55
- name: Deploy to GitHub Pages
56
id: deployment
57
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments