From 213b381d10bd4acf313a9837e79e5fc16074ffcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:29:02 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-build.yml b/.github/workflows/cicd-build.yml index ecd3222..5f6cd3f 100644 --- a/.github/workflows/cicd-build.yml +++ b/.github/workflows/cicd-build.yml @@ -183,7 +183,7 @@ jobs: uses: actions/checkout@v2 - name: Download terraform provider binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: provider path: dist