We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313c57c + 4bfe1fd commit 51331e3Copy full SHA for 51331e3
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
run: npm run build:docs
44
45
- name: Upload documentation
46
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
47
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
48
with:
49
path: ./dist
0 commit comments