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 6666 cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
6767
6868 - name : Upload built executables
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
7272 path : |
@@ -230,7 +230,7 @@ jobs:
230230
231231 - name : Upload arm64 test executables
232232 if : matrix.arch == 'arm64'
233- uses : actions/upload-artifact@v4
233+ uses : actions/upload-artifact@v5
234234 with :
235235 name : msvc-tests-${{ matrix.test_exe }}-${{ matrix.compiler }}-${{ matrix.arch }}-${{ matrix.config }}-bin
236236 path : |
@@ -269,7 +269,7 @@ jobs:
269269 cmake --build build/cross_x64/ --target install -j2
270270
271271 - name : Upload cppwinrt.exe
272- uses : actions/upload-artifact@v4
272+ uses : actions/upload-artifact@v5
273273 with :
274274 name : cross-build-${{ matrix.arch }}-bin
275275 path : install/bin/cppwinrt.exe
@@ -383,7 +383,7 @@ jobs:
383383 }
384384
385385 - name : Upload nuget package artifact
386- uses : actions/upload-artifact@v4
386+ uses : actions/upload-artifact@v5
387387 with :
388388 name : package
389389 path : " *.nupkg"
You can’t perform that action at this time.
0 commit comments