From 974d578216799b7bd3966696e492dfe9b7c9a0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:28:51 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index e029b0e2..b573eae9 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Download distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist # The artifact will always be called 'dist' path: dist