diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ece2a7df..d0b327169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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@v5 + uses: actions/upload-artifact@v6 with: name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin path: | @@ -230,7 +230,7 @@ jobs: - name: Upload arm64 test executables if: matrix.arch == 'arm64' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: msvc-tests-${{ matrix.test_exe }}-${{ matrix.compiler }}-${{ matrix.arch }}-${{ matrix.config }}-bin path: | @@ -269,7 +269,7 @@ jobs: cmake --build build/cross_x64/ --target install -j2 - name: Upload cppwinrt.exe - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: cross-build-${{ matrix.arch }}-bin path: install/bin/cppwinrt.exe @@ -383,7 +383,7 @@ jobs: } - name: Upload nuget package artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: package path: "*.nupkg"