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 @@ -116,14 +116,14 @@ jobs:
116116
117117 - name : Fetch cppwinrt executables
118118 if : matrix.arch != 'arm64'
119- uses : actions/download-artifact@v4
119+ uses : actions/download-artifact@v3
120120 with :
121121 name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
122122 path : _build/${{ matrix.arch }}/${{ matrix.config }}/
123123
124124 - name : Fetch x86 cppwinrt executables (arm64 only)
125125 if : matrix.arch == 'arm64'
126- uses : actions/download-artifact@v4
126+ uses : actions/download-artifact@v3
127127 with :
128128 name : msvc-build-x86-Release-bin
129129 path : _build/x86/Release/
@@ -334,7 +334,7 @@ jobs:
334334 - uses : actions/checkout@v4
335335
336336 - name : Fetch cppwinrt executables
337- uses : actions/download-artifact@v4
337+ uses : actions/download-artifact@v3
338338 with :
339339 name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
340340 path : _build/${{ matrix.arch }}/${{ matrix.config }}/
You can’t perform that action at this time.
0 commit comments