From b89d49470eb7addb6c7fd8975b6e46708fbf7ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:21:12 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_common.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 3d130071..377b061e 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -266,7 +266,7 @@ jobs: echo "VERSION_MAJOR=${VERSION_MAJOR}" - name: Download release VSIX - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: azdo-task path: output @@ -364,12 +364,12 @@ jobs: echo "VERSION_SHORT: $VERSION_SHORT" - name: Download workflow artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: output - name: Download release VSIX - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: azdo-task-dev path: output