From d27a8ad4c33cf43f12e2bbb4dd3fd893f78f9e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:50:27 +0000 Subject: [PATCH] :arrow_up: Update actions/download-artifact action to v4.1.9 --- .github/workflows/reusable-encryption-test.yaml | 2 +- .github/workflows/reusable-qemu-netboot-test.yaml | 2 +- .github/workflows/reusable-qemu-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-encryption-test.yaml b/.github/workflows/reusable-encryption-test.yaml index 4fa69ec8c..ab42a77b3 100644 --- a/.github/workflows/reusable-encryption-test.yaml +++ b/.github/workflows/reusable-encryption-test.yaml @@ -74,7 +74,7 @@ jobs: LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d - name: Download ISO id: iso - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: kairos-${{ steps.split.outputs.flavor }}-${{ steps.split.outputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}.iso.zip - name: Display structure of downloaded files diff --git a/.github/workflows/reusable-qemu-netboot-test.yaml b/.github/workflows/reusable-qemu-netboot-test.yaml index d37874d3c..0191f999e 100644 --- a/.github/workflows/reusable-qemu-netboot-test.yaml +++ b/.github/workflows/reusable-qemu-netboot-test.yaml @@ -75,7 +75,7 @@ jobs: cp ipxe/src/bin/ipxe.iso ipxe.iso - name: Download ISO id: iso - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: kairos-${{ steps.split.outputs.flavor }}-${{ steps.split.outputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}.iso.zip - name: Extract ipxe artifacts for the ipxe server diff --git a/.github/workflows/reusable-qemu-test.yaml b/.github/workflows/reusable-qemu-test.yaml index a090a4cf1..6edd9963e 100644 --- a/.github/workflows/reusable-qemu-test.yaml +++ b/.github/workflows/reusable-qemu-test.yaml @@ -96,7 +96,7 @@ jobs: sudo setfacl -m u:runner:rwx /dev/kvm - name: Download artifacts if: ${{ inputs.test != 'upgrade-latest' && inputs.test != 'provider-upgrade-latest-k8s-with-kubernetes' }} - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: kairos-${{ steps.split.outputs.flavor }}-${{ steps.split.outputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}${{ inputs.kubernetes_distro != '' && format('-{0}', inputs.kubernetes_distro) || '' }}.iso.zip - name: Download latest release