Skip to content

Commit 852ce05

Browse files
authored
chore: update upload action to v4 (#209)
1 parent 11f576f commit 852ce05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: cd workspace/extension && pnpm build
2222
- run: cd workspace/extension/build && zip -r svelte-devtools *
2323

24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: extension-${{ github.sha }}
2727
path: workspace/extension/build/svelte-devtools.zip

0 commit comments

Comments
 (0)