Skip to content

Commit 6bf188e

Browse files
Bump actions/download-artifact from 7 to 8 (#1541)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcbdcc8 commit 6bf188e

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@v7
109+
uses: actions/download-artifact@v8
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@v7
116+
uses: actions/download-artifact@v8
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@v6
327327

328328
- name: Fetch cppwinrt executables
329-
uses: actions/download-artifact@v7
329+
uses: actions/download-artifact@v8
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)