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 11f576f commit 852ce05Copy full SHA for 852ce05
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- run: cd workspace/extension && pnpm build
22
- run: cd workspace/extension/build && zip -r svelte-devtools *
23
24
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
25
with:
26
name: extension-${{ github.sha }}
27
path: workspace/extension/build/svelte-devtools.zip
0 commit comments