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:
4343
4444 - name : Upload build artifact (darwin-x64)
4545 id : upload-release-asset-darwin-x64
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 path : ./vsix/csharp-darwin-x64-*.vsix
4949 name : csharp-darwin-x64.vsix
5050
5151 - name : Upload build artifact (linux-x64)
5252 id : upload-release-asset-linux-x64
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 path : ./vsix/csharp-linux-x64-*.vsix
5656 name : csharp-linux-x64.vsix
5757
5858 - name : Upload build artifact (win32-x64)
5959 id : upload-release-asset-win32-x64
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 path : ./vsix/csharp-win32-x64-*.vsix
6363 name : csharp-win32-x64.vsix
You can’t perform that action at this time.
0 commit comments