File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,21 @@ jobs:
43
43
44
44
- name : Upload build artifact (darwin-x64)
45
45
id : upload-release-asset-darwin-x64
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
path : ./vsix/csharp-darwin-x64-*.vsix
49
49
name : csharp-darwin-x64.vsix
50
50
51
51
- name : Upload build artifact (linux-x64)
52
52
id : upload-release-asset-linux-x64
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
with :
55
55
path : ./vsix/csharp-linux-x64-*.vsix
56
56
name : csharp-linux-x64.vsix
57
57
58
58
- name : Upload build artifact (win32-x64)
59
59
id : upload-release-asset-win32-x64
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
path : ./vsix/csharp-win32-x64-*.vsix
63
63
name : csharp-win32-x64.vsix
You can’t perform that action at this time.
0 commit comments