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 a648a71 commit 3a1680aCopy full SHA for 3a1680a
.github/workflows/ci.yml
@@ -47,12 +47,12 @@ jobs:
47
NODE_OPTIONS: --max_old_space_size=4096
48
49
- if: matrix.node-version == '22.x'
50
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
51
with:
52
name: playground
53
path: packages/playground/dist
54
55
56
57
name: docs
58
path: packages/docs/build
0 commit comments