From b7b4e16b5a2f0553cb61f76f675bf6120519d517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:16:50 +0000 Subject: [PATCH] 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/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ce8f5d9..21fc15c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -265,7 +265,7 @@ jobs: - uses: actions/checkout@v6 - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build @@ -507,7 +507,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build @@ -728,7 +728,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build