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:
116
116
117
117
- name : Fetch cppwinrt executables
118
118
if : matrix.arch != 'arm64'
119
- uses : actions/download-artifact@v3
119
+ uses : actions/download-artifact@v4
120
120
with :
121
121
name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
122
122
path : _build/${{ matrix.arch }}/${{ matrix.config }}/
123
123
124
124
- name : Fetch x86 cppwinrt executables (arm64 only)
125
125
if : matrix.arch == 'arm64'
126
- uses : actions/download-artifact@v3
126
+ uses : actions/download-artifact@v4
127
127
with :
128
128
name : msvc-build-x86-Release-bin
129
129
path : _build/x86/Release/
@@ -334,7 +334,7 @@ jobs:
334
334
- uses : actions/checkout@v4
335
335
336
336
- name : Fetch cppwinrt executables
337
- uses : actions/download-artifact@v3
337
+ uses : actions/download-artifact@v4
338
338
with :
339
339
name : msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
340
340
path : _build/${{ matrix.arch }}/${{ matrix.config }}/
You can’t perform that action at this time.
0 commit comments