From c980e22f4069f6a48f674d1ae7805121b9e0ac9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:35:14 +0000 Subject: [PATCH] [skip-ci] Update actions/download-artifact action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6646a146b..996e76c4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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