Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 4.1.9 to 4.2.1 #815

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
repository: microsoft/xdp-for-windows
submodules: recursive
- name: Download x64 Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.config }}_x64
path: artifacts/bin
- name: Download arm64 Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.config }}_arm64
path: artifacts/bin
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -Platform ${{ matrix.platform }} -ForFunctionalTest -RequireNoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForSpinxskTest -Platform ${{ matrix.platform }} -RequireNoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
with:
sparse-checkout: tools
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
sparse-checkout: |
tools
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
sparse-checkout: |
tools
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
path: artifacts/perf
pattern: perfdata_*
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForFunctionalTest -Platform ${{ matrix.platform }} -RequireNoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -Platform ${{ matrix.platform }} -ForFunctionalTest -RequireNoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Download Artifacts
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down