From 96343dd0b54b3e85edd40831842b476ad53d541d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 26 Mar 2026 21:25:33 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8.0.1 Signed-off-by: Mend Renovate --- .github/workflows/.test-unit.yml | 2 +- .github/workflows/.test.yml | 4 ++-- .github/workflows/.vm.yml | 2 +- .github/workflows/.windows.yml | 6 +++--- .github/workflows/arm64.yml | 4 ++-- .github/workflows/buildkit.yml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/.test-unit.yml b/.github/workflows/.test-unit.yml index 40f7843a09..116ca0deca 100644 --- a/.github/workflows/.test-unit.yml +++ b/.github/workflows/.test-unit.yml @@ -109,7 +109,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: test-reports-unit-* path: /tmp/reports diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index c588e19826..e410b5b84d 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -272,7 +272,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/reports pattern: test-reports-integration-${{ inputs.storage }}-* @@ -488,7 +488,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/reports pattern: test-reports-integration-cli-${{ inputs.storage }}-${{ matrix.mode }}-* diff --git a/.github/workflows/.vm.yml b/.github/workflows/.vm.yml index 105274ec0d..7aa45692e3 100644 --- a/.github/workflows/.vm.yml +++ b/.github/workflows/.vm.yml @@ -208,7 +208,7 @@ jobs: echo "TESTREPORTS_NAME=${TEMPLATE}*" >> $GITHUB_ENV - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/reports pattern: test-reports-integration-${{ env.TESTREPORTS_NAME }} diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml index a2be0c067b..0b3a77f983 100644 --- a/.github/workflows/.windows.yml +++ b/.github/workflows/.windows.yml @@ -189,7 +189,7 @@ jobs: cache: false - name: Download artifacts - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ inputs.os }}-${{ inputs.storage }}-unit-reports path: /tmp/artifacts @@ -297,7 +297,7 @@ jobs: Get-ChildItem Env: | Out-String - name: Download artifacts - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-${{ inputs.storage }}-${{ inputs.os }} path: ${{ env.BIN_OUT }} @@ -515,7 +515,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/reports pattern: ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-* diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 908d4e7347..1a6123aaa7 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -168,7 +168,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: test-reports-unit-arm64-* path: /tmp/reports @@ -272,7 +272,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/reports pattern: test-reports-integration-arm64-* diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 154c495fce..d37c64f4fd 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -133,7 +133,7 @@ jobs: buildkitd-flags: --debug - name: Download binary artifacts - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: binary path: ./buildkit/build/moby/ @@ -330,7 +330,7 @@ jobs: path: buildkit - name: Download Moby artifacts - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-windows path: ${{ env.BIN_OUT }}