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 6433f0b commit 4adfadcCopy full SHA for 4adfadc
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Use artifact to share the output across different jobs
36
# No need to save node_modules because they are all bundled
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
38
with:
39
name: build-output
40
path: |
@@ -64,7 +64,7 @@ jobs:
64
cache: 'pnpm'
65
66
# use artifacts to share the playground across different jobs
67
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
68
69
70
0 commit comments