From b5c1a63386b72c89efbf53ba36022d3c47ebc935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:54:53 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-e2e-test.yml | 2 +- .github/workflows/caa_build_and_push_per_arch.yaml | 2 +- .github/workflows/e2e_libvirt.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-e2e-test.yml b/.github/workflows/azure-e2e-test.yml index 97f715bee..0750ba453 100644 --- a/.github/workflows/azure-e2e-test.yml +++ b/.github/workflows/azure-e2e-test.yml @@ -217,7 +217,7 @@ jobs: echo "CLUSTER_NAME=${{ format(env.CLUSTER_NAME_TEMPLATE, matrix.parameters.id) }}" >> "$GITHUB_ENV" - name: Restore the configuration created before - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: e2e-configuration diff --git a/.github/workflows/caa_build_and_push_per_arch.yaml b/.github/workflows/caa_build_and_push_per_arch.yaml index 6f768c3ba..18e3acc6b 100644 --- a/.github/workflows/caa_build_and_push_per_arch.yaml +++ b/.github/workflows/caa_build_and_push_per_arch.yaml @@ -135,7 +135,7 @@ jobs: ref: "${{ inputs.git_ref }}" - name: Download release commits file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image-artifacts path: src/cloud-api-adaptor diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index 6526c7178..31b4b6d51 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -77,7 +77,7 @@ jobs: - name: Get the install directory if: ${{ inputs.install_directory_artifact != '' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.install_directory_artifact }} path: src/cloud-api-adaptor/install