Skip to content

Commit a2a8a6f

Browse files
committed
ci: use upload-artifact v4 due to github blocking v3
1 parent 2940d13 commit a2a8a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Package Binary
4141
run: ./node_modules/vsce/vsce package -o cortex-debug.vsix
4242
- name: Upload Artifact
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: cortex-debug.vsix
4646
path: ./cortex-debug.vsix

0 commit comments

Comments
 (0)