We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3568820 + 0efc524 commit cd09e63Copy full SHA for cd09e63
1 file changed
.github/workflows/docs.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload docs
47
if: ${{ (github.event.inputs.upload || github.ref_type == 'tag') }}
48
id: deployment
49
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
50
with:
51
path: site/
52
0 commit comments