Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 595a9d5 commit c1b99d7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-custom-partitioning-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: quay.io/kairos/packages
packages: utils/earthly
- name: Download artifacts
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release}}.iso.zip
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-encryption-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-install-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git fetch --prune --unshallow
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release}}.iso.zip
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-provider-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
repository: quay.io/kairos/packages
packages: utils/earthly
- name: Download artifacts
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-provider.iso.zip
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-qemu-acceptance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git fetch --prune --unshallow
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-qemu-bundles-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git fetch --prune --unshallow
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-qemu-reset-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git fetch --prune --unshallow
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-upgrade-with-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
git fetch --prune --unshallow
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-zfs-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download ISO
id: iso
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
- name: Display structure of downloaded files
Expand Down

0 comments on commit c1b99d7

Please sign in to comment.