Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 5, 2024
1 parent 6f74952 commit ea18769
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@v3
uses: actions/download-artifact@v4
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@v3
uses: actions/download-artifact@v4
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@v3
uses: actions/download-artifact@v4
with:
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
path: _build/${{ matrix.arch }}/${{ matrix.config }}/
Expand Down

0 comments on commit ea18769

Please sign in to comment.