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