From 080cc61c74a7827f074789ff6ac270f03ac9d0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:12:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e623bac..90ca61e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v6 - name: Download Artifact (build_and_test) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build_and_test path: ./artifacts/build_and_test @@ -89,7 +89,7 @@ jobs: steps: - name: Download Artifact (nuget) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nuget path: ./artifacts/nuget @@ -122,7 +122,7 @@ jobs: steps: - name: Download Artifact (nuget) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nuget path: ./artifacts/nuget