Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.9 (#3223)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent ad983b4 commit 304d958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-encryption-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d
- name: Download ISO
id: iso
uses: actions/[email protected].8
uses: actions/[email protected].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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-qemu-netboot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cp ipxe/src/bin/ipxe.iso ipxe.iso
- name: Download ISO
id: iso
uses: actions/[email protected].8
uses: actions/[email protected].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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-qemu-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].8
uses: actions/[email protected].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
Expand Down

0 comments on commit 304d958

Please sign in to comment.