From ecdb76d69e936a3cf78b75f882eaedc522560fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:17:04 +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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a8f6e4..52852ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -181,18 +181,18 @@ jobs: steps: - name: Release - Download release build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-build-${{ needs.resolve-version.outputs.version }} - name: Release - Download CodeQL pack artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: codeql-tool-query-packs-${{ needs.resolve-version.outputs.version }} path: dist-packs - name: Release - Download VSIX artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: codeql-development-mcp-server-vsix-${{ needs.resolve-version.outputs.version }} path: dist-vsix