From acbfaa9c8ddec9a24275f488be46ce0975c524b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:35:31 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.5 to 4.1.7 (#505) 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](https://github.com/actions/download-artifact/compare/8caf195ad4b1dee92908e23f56eeb0696f1dd42d...65a9edc5881444af0b9093a5e628f2fe47ea3b2e) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ed188ee..5e8960bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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