From 157a1cdfd1fe03dc220bb5f12537756bc5a73385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 03:04:22 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all-cloud-images.yml | 2 +- .github/workflows/build-azure-image.yml | 2 +- .github/workflows/performance-benchmarks.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/single-validator-test.yml | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-all-cloud-images.yml b/.github/workflows/build-all-cloud-images.yml index 2d0b95ed71..73920a1ee3 100644 --- a/.github/workflows/build-all-cloud-images.yml +++ b/.github/workflows/build-all-cloud-images.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Download all manifests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: '*-manifest' merge-multiple: true diff --git a/.github/workflows/build-azure-image.yml b/.github/workflows/build-azure-image.yml index 4122298336..07169d1faa 100644 --- a/.github/workflows/build-azure-image.yml +++ b/.github/workflows/build-azure-image.yml @@ -131,7 +131,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Download Manifest - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: azure-image-manifest diff --git a/.github/workflows/performance-benchmarks.yml b/.github/workflows/performance-benchmarks.yml index 0fe1f0ed13..744875bb8a 100644 --- a/.github/workflows/performance-benchmarks.yml +++ b/.github/workflows/performance-benchmarks.yml @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v4 - name: Download current benchmarks - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 with: name: performance-benchmarks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4f90e270e..0e28b64eb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: fetch-depth: 0 # Required for changelog generation - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ./artifacts diff --git a/.github/workflows/single-validator-test.yml b/.github/workflows/single-validator-test.yml index f1e1903e72..1ac60cce39 100644 --- a/.github/workflows/single-validator-test.yml +++ b/.github/workflows/single-validator-test.yml @@ -135,7 +135,7 @@ jobs: pip3 install --user jsonschema - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: luxd-binary path: node/build/ @@ -283,7 +283,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: luxd-binary path: node/build/ @@ -364,7 +364,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: luxd-binary path: node/build/ @@ -446,7 +446,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: luxd-binary path: node/build/