From 32f668e8e4254df5c844b357e997f3532da13cc0 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:08:55 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/autovendor.yml | 2 +- .github/workflows/ci.yml | 6 +++--- crates/ostree-ext/.github/workflows/rust.yml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 59a436609..cfc7ec4e9 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 crates/cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../../target/vendor.tar.zst - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: vendor.tar.zst path: target/vendor.tar.zst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cd777710..90cfb1867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: just test-container - name: Archive disk image - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-disk path: target/bootc-integration-test.qcow2 @@ -174,7 +174,7 @@ jobs: run: mkdir -p target - name: Download disk.raw - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-disk path: target @@ -188,7 +188,7 @@ jobs: - name: Archive TMT logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: tmt-log-PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-${{ matrix.tmt_plan }} path: /var/tmp/tmt diff --git a/crates/ostree-ext/.github/workflows/rust.yml b/crates/ostree-ext/.github/workflows/rust.yml index e3e90a351..028c44bed 100644 --- a/crates/ostree-ext/.github/workflows/rust.yml +++ b/crates/ostree-ext/.github/workflows/rust.yml @@ -57,7 +57,7 @@ jobs: - name: Build run: cargo build --release --features=internal-testing-api - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ostree-ext-cli path: target/release/ostree-ext-cli @@ -105,7 +105,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Download ostree-ext-cli - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: ostree-ext-cli - name: Install @@ -121,7 +121,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Download ostree-ext-cli - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: ostree-ext-cli - name: Install @@ -139,7 +139,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Download - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: ostree-ext-cli - name: Install @@ -159,7 +159,7 @@ jobs: repository: coreos/coreos-layering-examples path: coreos-layering-examples - name: Download - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: ostree-ext-cli - name: Integration tests