Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt

- name: Upload built executables
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
path: |
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

- name: Upload arm64 test executables
if: matrix.arch == 'arm64'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: msvc-tests-${{ matrix.test_exe }}-${{ matrix.compiler }}-${{ matrix.arch }}-${{ matrix.config }}-bin
path: |
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
cmake --build build/cross_x64/ --target install -j2

- name: Upload cppwinrt.exe
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: cross-build-${{ matrix.arch }}-bin
path: install/bin/cppwinrt.exe
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
}

- name: Upload nuget package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: package
path: "*.nupkg"