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 4d44b06 commit e7253c2Copy full SHA for e7253c2
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: npm run doc
33
- name: Save build
34
if: matrix.node-version == '20.x'
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: build
38
path: |
0 commit comments