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 7171 cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
7272
7373 - name : Upload built executables
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v3
7575 with :
7676 name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
7777 path : |
@@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Upload arm64 test executables
242242 if : matrix.arch == 'arm64'
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v3
244244 with :
245245 name : msvc-tests-${{ matrix.arch }}-${{ matrix.config }}-bin
246246 path : |
@@ -279,7 +279,7 @@ jobs:
279279 cmake --build build/cross_x64/ --target install -j2
280280
281281 - name : Upload cppwinrt.exe
282- uses : actions/upload-artifact@v4
282+ uses : actions/upload-artifact@v3
283283 with :
284284 name : cross-build-${{ matrix.arch }}-bin
285285 path : install/bin/cppwinrt.exe
@@ -396,7 +396,7 @@ jobs:
396396 }
397397
398398 - name : Upload nuget package artifact
399- uses : actions/upload-artifact@v4
399+ uses : actions/upload-artifact@v3
400400 with :
401401 name : package
402402 path : " *.nupkg"
You can’t perform that action at this time.
0 commit comments