Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.2 to 4.1.4 (#472)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@eaceaf8...c850b93)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2024
1 parent ee15fbe commit 7b3dbcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForFunctionalTest -NoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForSpinxskTest -NoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
with:
sparse-checkout: tools
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForPerfTest -NoReboot -Verbose
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForFunctionalTest -NoReboot -Verbose -UseJitEbpf
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Download Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down

0 comments on commit 7b3dbcc

Please sign in to comment.