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 8d9724e commit 646aa80Copy full SHA for 646aa80
.github/workflows/ci.yml
@@ -23,11 +23,11 @@ jobs:
23
- run: npm run format-check
24
- run: npm run lint
25
- run: npm run test
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
27
with:
28
name: dist
29
path: dist
30
31
32
name: action.yml
33
path: action.yml
0 commit comments