File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
72
72
73
73
- name : Upload built executables
74
- uses : actions/upload-artifact@v4
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
77
77
path : |
@@ -240,7 +240,7 @@ jobs:
240
240
241
241
- name : Upload arm64 test executables
242
242
if : matrix.arch == 'arm64'
243
- uses : actions/upload-artifact@v4
243
+ uses : actions/upload-artifact@v3
244
244
with :
245
245
name : msvc-tests-${{ matrix.arch }}-${{ matrix.config }}-bin
246
246
path : |
@@ -279,7 +279,7 @@ jobs:
279
279
cmake --build build/cross_x64/ --target install -j2
280
280
281
281
- name : Upload cppwinrt.exe
282
- uses : actions/upload-artifact@v4
282
+ uses : actions/upload-artifact@v3
283
283
with :
284
284
name : cross-build-${{ matrix.arch }}-bin
285
285
path : install/bin/cppwinrt.exe
@@ -396,7 +396,7 @@ jobs:
396
396
}
397
397
398
398
- name : Upload nuget package artifact
399
- uses : actions/upload-artifact@v4
399
+ uses : actions/upload-artifact@v3
400
400
with :
401
401
name : package
402
402
path : " *.nupkg"
You can’t perform that action at this time.
0 commit comments