From facd4403531a73d17ecca04e9eb95e1ea44bab09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:37:36 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 3d130071..3766e368 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -178,14 +178,14 @@ jobs: echo "VERSION_SHORT=${VERSION_SHORT}" echo "VERSION_MAJOR=${VERSION_MAJOR}" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: Create dev AzDO VSIX artifact with: name: azdo-task-dev path: ./output/devcontainers-dev.ci-${{ steps.build.outputs.version }}.vsix if-no-files-found: error - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: Create release AzDO VSIX artifact with: name: azdo-task