From 651e08a121576097220108ed584e49999d5e4be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:44:45 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f51f92..f284e8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# .github/workflows/build.yml +# .github/workflows/build.yml # Build and Release workflow for License Manager X # # - Trigger on push to any branch, on version tags (e.g., v1.2.3), or on manual dispatch. @@ -315,7 +315,7 @@ jobs: # Download publish artifact from previous job # https://github.com/marketplace/actions/download-a-build-artifact - name: 📥 Download deployment folder as a build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{env.ARTIFACT_PACKAGE}} path: ./release/