Skip to content

Commit

Permalink
Fix build following dependabot updates (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 5, 2024
1 parent 2b8fe6e commit 17d095a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:

- name: Fetch cppwinrt executables
if: matrix.arch != 'arm64'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
path: _build/${{ matrix.arch }}/${{ matrix.config }}/

- name: Fetch x86 cppwinrt executables (arm64 only)
if: matrix.arch == 'arm64'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: msvc-build-x86-Release-bin
path: _build/x86/Release/
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- uses: actions/checkout@v4

- name: Fetch cppwinrt executables
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
path: _build/${{ matrix.arch }}/${{ matrix.config }}/
Expand Down

0 comments on commit 17d095a

Please sign in to comment.