From 0365b6fc10b771027f92ed63aa942dff59580f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:03:17 +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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53b693bfc..f9bbc84b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: path: cli - name: Download release artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Prep archives run: | @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-archives @@ -191,7 +191,7 @@ jobs: done - name: Download release notes - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: RELEASE-NOTES.txt