We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4a2db commit 5e07514Copy full SHA for 5e07514
.github/workflows/docs.yml
@@ -43,7 +43,7 @@ jobs:
43
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
44
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-artifact@v4
47
48
with:
49
path: docs/_build/html
0 commit comments