Skip to content

Commit ea18769

Browse files
Bump actions/download-artifact from 3 to 4 (#1408)
1 parent 6f74952 commit ea18769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116

117117
- name: Fetch cppwinrt executables
118118
if: matrix.arch != 'arm64'
119-
uses: actions/download-artifact@v3
119+
uses: actions/download-artifact@v4
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@v3
126+
uses: actions/download-artifact@v4
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@v3
337+
uses: actions/download-artifact@v4
338338
with:
339339
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
340340
path: _build/${{ matrix.arch }}/${{ matrix.config }}/

0 commit comments

Comments
 (0)