Skip to content

Commit

Permalink
[skip-ci] Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 8051e16 commit 66ee91b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bootc.tar.zst
- name: Install
Expand All @@ -109,7 +109,7 @@ jobs:
container: quay.io/centos-bootc/fedora-bootc:eln
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bootc.tar.zst
- name: Install
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Ensure host skopeo is disabled
run: sudo rm -f /bin/skopeo /usr/bin/skopeo
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bootc.tar.zst
- name: Install
Expand Down

0 comments on commit 66ee91b

Please sign in to comment.