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