Skip to content

Commit a338c86

Browse files
Bump actions/download-artifact from 4 to 5 (#1501)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a678d6 commit a338c86

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
@@ -106,14 +106,14 @@ jobs:
106106

107107
- name: Fetch cppwinrt executables
108108
if: matrix.arch != 'arm64'
109-
uses: actions/download-artifact@v4
109+
uses: actions/download-artifact@v5
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@v4
116+
uses: actions/download-artifact@v5
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@v4
329+
uses: actions/download-artifact@v5
330330
with:
331331
name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
332332
path: _build/${{ matrix.arch }}/${{ matrix.config }}/

0 commit comments

Comments
 (0)