From d24cbee9b7b9c7b096369531f40f754ffc5408db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:15:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-windows-signed.yml | 4 ++-- .github/workflows/local-ci-handshake.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-windows-signed.yml b/.github/workflows/ci-windows-signed.yml index 0fcbf891..5630a62d 100644 --- a/.github/workflows/ci-windows-signed.yml +++ b/.github/workflows/ci-windows-signed.yml @@ -191,7 +191,7 @@ jobs: TSA_URL: ${{ vars.CODE_SIGNING_TSA_URL != '' && vars.CODE_SIGNING_TSA_URL || 'https://timestamp.digicert.com' }} steps: - name: Download unsigned artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: unsigned path: unsigned @@ -348,7 +348,7 @@ jobs: TSA_URL: ${{ vars.CODE_SIGNING_TSA_URL != '' && vars.CODE_SIGNING_TSA_URL || 'https://timestamp.digicert.com' }} steps: - name: Download unsigned artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: unsigned path: unsigned diff --git a/.github/workflows/local-ci-handshake.yml b/.github/workflows/local-ci-handshake.yml index 619b74cb..18ac6490 100644 --- a/.github/workflows/local-ci-handshake.yml +++ b/.github/workflows/local-ci-handshake.yml @@ -220,13 +220,13 @@ jobs: fetch-depth: 0 - name: Download Ubuntu handshake artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.ubuntu-handshake.outputs.artifact_name }} path: ubuntu-handshake - name: Download handshake pointer (control plane) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: handshake-pointer-${{ needs.ubuntu-handshake.outputs.stamp }} path: handshake