Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.5 to 4.1.7 (#505)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@8caf195...65a9edc)

---
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] authored Apr 27, 2024
1 parent 1933636 commit acbfaa9
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
shell: PowerShell
run: tools/prepare-machine.ps1 -ForFunctionalTest -NoReboot -Verbose -UseJitEbpf
- name: Download Artifacts
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Download Artifacts
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/bin
Expand Down

0 comments on commit acbfaa9

Please sign in to comment.