Skip to content

Commit e185363

Browse files
committed
fix upload artifact
1 parent ac93a1d commit e185363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
shell: bash
5555

5656
- name: Upload VSIX
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: linter-package
6060
path: |

0 commit comments

Comments
 (0)