88
88
run : dotnet build main/MeadowCLI.Classic.sln /p:Configuration=Release
89
89
90
90
- name : Upload nuget Artifacts for internal testing
91
- uses : actions/upload-artifact@v2
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
93
name : Meadow.CLI.Classic.nuget.${{ ENV.CLI_RELEASE_VERSION_1 }}
94
94
path : ' main\Meadow.CLI.Classic\bin\Release\*.nupkg'
@@ -100,7 +100,7 @@ jobs:
100
100
run : dotnet build main/MeadowCLI.sln /p:Configuration=Release
101
101
102
102
- name : Upload nuget Artifacts for internal testing
103
- uses : actions/upload-artifact@v2
103
+ uses : actions/upload-artifact@v4
104
104
with :
105
105
name : Meadow.CLI.nuget.${{ ENV.CLI_RELEASE_VERSION_1 }}
106
106
path : ' main\Meadow.CLI\bin\Release\*.nupkg'
@@ -117,7 +117,7 @@ jobs:
117
117
run : dotnet build main/Source/v2/Meadow.CLI.v2.sln /p:Configuration=Release
118
118
119
119
- name : Upload nuget Artifacts for internal testing
120
- uses : actions/upload-artifact@v2
120
+ uses : actions/upload-artifact@v4
121
121
with :
122
122
name : Meadow.CLI.nuget.${{ ENV.CLI_RELEASE_VERSION_2 }}
123
123
path : ' main\Source\v2\Meadow.CLI\bin\Release\*.nupkg'
@@ -185,7 +185,7 @@ jobs:
185
185
# DevEnvDir: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE'
186
186
187
187
# - name: Upload VS2019 VSIX Artifacts
188
- # uses: actions/upload-artifact@v2
188
+ # uses: actions/upload-artifact@v4
189
189
# with:
190
190
# name: Meadow.Win.VS2019.vsix.${{ ENV.IDE_TOOLS_RELEASE_VERSION }}
191
191
# path: 'vs-win\VS_Meadow_Extension\VS_Meadow_Extension.2019\bin\Release\*.vsix'
@@ -326,7 +326,7 @@ jobs:
326
326
# msbuild vs-mac/VS4Mac_Meadow_Extension.sln /t:Build /p:Configuration=Release /p:CreatePackage=true
327
327
328
328
# - name: Upload Mac VS2019 mpack Artifacts
329
- # uses: actions/upload-artifact@v2
329
+ # uses: actions/upload-artifact@v4
330
330
# with:
331
331
# name: Meadow.Mac.2019.mpack.${{ ENV.IDE_TOOLS_RELEASE_VERSION }}
332
332
# path: 'vs-mac/VS4Mac_Meadow_Extension/bin/Release/net472/*.mpack'
@@ -435,7 +435,7 @@ jobs:
435
435
dotnet msbuild vs-mac/VS4Mac_Meadow_Extension/Meadow.Sdks.IdeExtensions.Vs4Mac.2022.csproj /t:Build /p:Configuration=Release /p:CreatePackage=true
436
436
437
437
- name : Upload VS2022 mpack Artifacts
438
- uses : actions/upload-artifact@v2
438
+ uses : actions/upload-artifact@v4
439
439
with :
440
440
name : Meadow.Mac.2022.mpack.${{ ENV.IDE_TOOLS_RELEASE_VERSION }}
441
441
path : ' vs-mac/VS4Mac_Meadow_Extension/bin/Release/net7.0/*.mpack'
@@ -584,7 +584,7 @@ jobs:
584
584
vsce package
585
585
586
586
- name : Upload VSIX Artifacts
587
- uses : actions/upload-artifact@v2
587
+ uses : actions/upload-artifact@v4
588
588
with :
589
589
name : Meadow.VSCode.vsix.${{ ENV.IDE_TOOLS_RELEASE_VERSION }}
590
590
path : ' vs-code/*.vsix'
0 commit comments