File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ jobs:
106106
107107 - name : Fetch cppwinrt executables
108108 if : matrix.arch != 'arm64'
109- uses : actions/download-artifact@v5
109+ uses : actions/download-artifact@v6
110110 with :
111111 name : msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
112112 path : _build/${{ matrix.arch }}/${{ matrix.config }}/
113113
114114 - name : Fetch x86 cppwinrt executables (arm64 only)
115115 if : matrix.arch == 'arm64'
116- uses : actions/download-artifact@v5
116+ uses : actions/download-artifact@v6
117117 with :
118118 name : msvc-build-${{ matrix.compiler}}-x86-Release-bin
119119 path : _build/x86/Release/
@@ -326,7 +326,7 @@ jobs:
326326 - uses : actions/checkout@v5
327327
328328 - name : Fetch cppwinrt executables
329- uses : actions/download-artifact@v5
329+ uses : actions/download-artifact@v6
330330 with :
331331 name : msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
332332 path : _build/${{ matrix.arch }}/${{ matrix.config }}/
You can’t perform that action at this time.
0 commit comments