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 e0c9373 commit b51c033Copy full SHA for b51c033
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Use artifact to share the output across different jobs
39
# No need to save node_modules because they are all bundled
40
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
41
with:
42
name: build-output
43
path: |
@@ -75,7 +75,7 @@ jobs:
75
cache: 'pnpm'
76
77
# use artifacts to share the playground across different jobs
78
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
79
80
81
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
0 commit comments