|
23 | 23 | config: Release |
24 | 24 | runs-on: windows-latest |
25 | 25 | steps: |
26 | | - - uses: actions/checkout@v4 |
| 26 | + - uses: actions/checkout@v5 |
27 | 27 |
|
28 | 28 | - name: Download nuget |
29 | 29 | run: | |
@@ -102,18 +102,18 @@ jobs: |
102 | 102 | config: Release |
103 | 103 | runs-on: windows-latest |
104 | 104 | steps: |
105 | | - - uses: actions/checkout@v4 |
| 105 | + - uses: actions/checkout@v5 |
106 | 106 |
|
107 | 107 | - name: Fetch cppwinrt executables |
108 | 108 | if: matrix.arch != 'arm64' |
109 | | - uses: actions/download-artifact@v4 |
| 109 | + uses: actions/download-artifact@v5 |
110 | 110 | with: |
111 | 111 | name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin |
112 | 112 | path: _build/${{ matrix.arch }}/${{ matrix.config }}/ |
113 | 113 |
|
114 | 114 | - name: Fetch x86 cppwinrt executables (arm64 only) |
115 | 115 | if: matrix.arch == 'arm64' |
116 | | - uses: actions/download-artifact@v4 |
| 116 | + uses: actions/download-artifact@v5 |
117 | 117 | with: |
118 | 118 | name: msvc-build-${{ matrix.compiler}}-x86-Release-bin |
119 | 119 | path: _build/x86/Release/ |
@@ -250,7 +250,7 @@ jobs: |
250 | 250 | CMAKE_COLOR_DIAGNOSTICS: 1 |
251 | 251 | CLICOLOR_FORCE: 1 |
252 | 252 | steps: |
253 | | - - uses: actions/checkout@v4 |
| 253 | + - uses: actions/checkout@v5 |
254 | 254 |
|
255 | 255 | - name: Install cross compiler |
256 | 256 | run: | |
@@ -283,7 +283,7 @@ jobs: |
283 | 283 | Deployment: [Component, Standalone] |
284 | 284 | runs-on: windows-latest |
285 | 285 | steps: |
286 | | - - uses: actions/checkout@v4 |
| 286 | + - uses: actions/checkout@v5 |
287 | 287 |
|
288 | 288 | - name: Download nuget |
289 | 289 | run: | |
@@ -323,10 +323,10 @@ jobs: |
323 | 323 | config: [Release] |
324 | 324 | runs-on: windows-latest |
325 | 325 | steps: |
326 | | - - uses: actions/checkout@v4 |
| 326 | + - uses: actions/checkout@v5 |
327 | 327 |
|
328 | 328 | - name: Fetch cppwinrt executables |
329 | | - uses: actions/download-artifact@v4 |
| 329 | + uses: actions/download-artifact@v5 |
330 | 330 | with: |
331 | 331 | name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin |
332 | 332 | path: _build/${{ matrix.arch }}/${{ matrix.config }}/ |
@@ -368,7 +368,7 @@ jobs: |
368 | 368 | name: Build nuget package with MSVC |
369 | 369 | runs-on: windows-latest |
370 | 370 | steps: |
371 | | - - uses: actions/checkout@v4 |
| 371 | + - uses: actions/checkout@v5 |
372 | 372 |
|
373 | 373 | - name: Package |
374 | 374 | run: | |
|
0 commit comments