From b9348703079753a9c21d1d297ce6cf2d9f544d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:03:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 cfacdd92e..642499057 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: path: cli - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Prep archives run: | @@ -179,7 +179,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-archives @@ -193,7 +193,7 @@ jobs: done - name: Download release notes - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: RELEASE-NOTES.txt