We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5957ee8 + 798b77b commit f5975d6Copy full SHA for f5975d6
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: 24
19
- run: npm ci --ignore-scripts
20
- run: npm run build
21
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
22
with:
23
name: build-output
24
path: packages/*/dist/
0 commit comments