-
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.
chore(deps): update actions/download-artifact action to v4.1.6 (#2500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
162828c
commit 2260180
Showing
9 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
repository: quay.io/kairos/packages | ||
packages: utils/earthly | ||
- name: Download artifacts | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release}}.iso.zip | ||
- name: Run tests | ||
|
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 |
---|---|---|
|
@@ -80,7 +80,7 @@ jobs: | |
LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d utils/earthly | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release}}.iso.zip | ||
- name: Install Go | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
repository: quay.io/kairos/packages | ||
packages: utils/earthly | ||
- name: Download artifacts | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-provider.iso.zip | ||
- name: Run tests | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.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 |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Download ISO | ||
id: iso | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip | ||
- name: Display structure of downloaded files | ||
|