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 8b7188f commit 05ba785Copy full SHA for 05ba785
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
node-version: 18
13
- run: npm ci
14
- run: npm run build
15
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
16
with:
17
name: build
18
path: dist
0 commit comments