From b4da03e8c16a9b2c15278c049a9d5ff38e19cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:13:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/release.yaml | 2 +- .github/workflows/validate.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54536847f32..d91212e8cf9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: artifacts-* merge-multiple: true diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 351297ea6b2..7a1de4e0681 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -436,7 +436,7 @@ jobs: cabal-version: latest # default, we are not using it in this job - name: Download cabal executable from workflow artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }} path: cabal-head @@ -460,7 +460,7 @@ jobs: needs: [validate, validate-old-ghcs, build-alpine, dogfooding] steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: cabal-* path: binaries @@ -488,7 +488,7 @@ jobs: needs: [validate, validate-old-ghcs, build-alpine, dogfooding] steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: cabal-* path: binaries