From d6bbd3c33bbdee957e7745b721665b575ec9958d Mon Sep 17 00:00:00 2001 From: null Date: Thu, 15 Feb 2024 19:14:28 +0000 Subject: [PATCH] [skip-ci] Update all github action dependencies to v4 Signed-off-by: null --- .github/workflows/autovendor.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 97c9f00b..51357efb 100644 --- a/.github/workflows/autovendor.yml +++ b/.github/workflows/autovendor.yml @@ -18,7 +18,7 @@ jobs: run: cargo install cargo-vendor-filterer - name: Run run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: vendor.tar.zst path: target/vendor.tar.zst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fb16c83..a16a1508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Build run: make test-bin-archive - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bootc.tar.zst path: target/bootc.tar.zst @@ -75,7 +75,7 @@ jobs: - name: Build run: make test-bin-archive - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bootc-c9s.tar.zst path: target/bootc.tar.zst @@ -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-c9s.tar.zst - name: Install