58
58
Tests3 : ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net8.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll
59
59
60
60
- name : Upload Test Logs
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
if : success() || failure()
63
63
with :
64
64
name : test-results-${{ matrix.configuration }}
@@ -111,23 +111,23 @@ jobs:
111
111
# https://github.com/actions/upload-artifact
112
112
- name : Upload VSIX (VS 2019) release build artifacts
113
113
if : matrix.configuration == 'release'
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
name : ILSpy VS Addin for VS 2017-2019 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
117
117
path : ILSpy.AddIn\bin\${{ matrix.configuration }}\net472\*.vsix
118
118
if-no-files-found : error
119
119
120
120
- name : Upload VSIX (VS 2022) release build artifacts
121
121
if : matrix.configuration == 'release'
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
name : ILSpy VS Addin for VS 2022 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
125
125
path : ILSpy.AddIn.VS2022\bin\${{ matrix.configuration }}\net472\*.vsix
126
126
if-no-files-found : error
127
127
128
128
- name : Upload Decompiler NuGet release build artifacts
129
129
if : matrix.configuration == 'release'
130
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
131
131
with :
132
132
name : ICSharpCode.Decompiler NuGet Package (${{ matrix.configuration }})
133
133
path : ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
- name : Upload ILSpyX NuGet release build artifacts
142
142
if : matrix.configuration == 'release'
143
- uses : actions/upload-artifact@v3
143
+ uses : actions/upload-artifact@v4
144
144
with :
145
145
name : ICSharpCode.ILSpyX NuGet Package (${{ matrix.configuration }})
146
146
path : ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg
@@ -152,47 +152,47 @@ jobs:
152
152
dotnet nuget push "ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}
153
153
154
154
- name : Upload zip binaries build artifacts
155
- uses : actions/upload-artifact@v3
155
+ uses : actions/upload-artifact@v4
156
156
with :
157
157
name : ILSpy ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
158
158
path : ${{ env.StagingDirectory }}\ILSpy_binaries.zip
159
159
if-no-files-found : error
160
160
161
161
- name : Upload x64 self-contained zip (Release-only)
162
162
if : matrix.configuration == 'release'
163
- uses : actions/upload-artifact@v3
163
+ uses : actions/upload-artifact@v4
164
164
with :
165
165
name : ILSpy self-contained x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
166
166
path : ${{ env.StagingDirectory }}\ILSpy_selfcontained_x64.zip
167
167
if-no-files-found : error
168
168
169
169
- name : Upload arm64 framework-dependent zip (Release-only)
170
170
if : matrix.configuration == 'release'
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : ILSpy arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
174
174
path : ${{ env.StagingDirectory }}\ILSpy_binaries_arm64.zip
175
175
if-no-files-found : error
176
176
177
177
- name : Upload x64 installer artifact
178
178
if : matrix.configuration == 'release'
179
- uses : actions/upload-artifact@v3
179
+ uses : actions/upload-artifact@v4
180
180
with :
181
181
name : ILSpy Installer x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
182
182
path : ILSpy.Installer\wix\*-x64.msi
183
183
if-no-files-found : error
184
184
185
185
- name : Upload arm64 installer artifact
186
186
if : matrix.configuration == 'release'
187
- uses : actions/upload-artifact@v3
187
+ uses : actions/upload-artifact@v4
188
188
with :
189
189
name : ILSpy Installer arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
190
190
path : ILSpy.Installer\wix\*-arm64.msi
191
191
if-no-files-found : error
192
192
193
193
- name : Upload ilspycmd release build artifacts
194
194
if : matrix.configuration == 'release'
195
- uses : actions/upload-artifact@v3
195
+ uses : actions/upload-artifact@v4
196
196
with :
197
197
name : ilspycmd dotnet tool (${{ matrix.configuration }})
198
198
path : ICSharpCode.ILSpyCmd\bin\Release\ilspycmd*.nupkg
0 commit comments