-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update actions/download-artifact action to v4.1.9
- Loading branch information
1 parent
ad983b4
commit d27a8ad
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|