From 6910b00a0b381848269b677a60afbb7b4b44eba1 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:09:42 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/build-devcontainer.yml | 4 ++-- .github/workflows/renovate.yml | 2 +- .github/workflows/sync-common.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-devcontainer.yml b/.github/workflows/build-devcontainer.yml index 553b271..aab5557 100644 --- a/.github/workflows/build-devcontainer.yml +++ b/.github/workflows/build-devcontainer.yml @@ -77,7 +77,7 @@ jobs: touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.os }}-${{ matrix.arch }} path: /tmp/digests/* @@ -93,7 +93,7 @@ jobs: os: [debian, c10s] steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/digests pattern: digests-${{ matrix.os }}-* diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e31a174..6f34d08 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.1.1 + uses: renovatebot/github-action@v46.1.3 env: RENOVATE_DRY_RUN: ${{ github.repository_owner != 'bootc-dev' && 'full' }} LOG_LEVEL: ${{ github.event.inputs.log-level || 'info' }} diff --git a/.github/workflows/sync-common.yml b/.github/workflows/sync-common.yml index 936b3ca..fbe6cab 100644 --- a/.github/workflows/sync-common.yml +++ b/.github/workflows/sync-common.yml @@ -35,7 +35,7 @@ jobs: run: cargo build --release --manifest-path scripts/sync-common/Cargo.toml - name: Upload sync-common binary - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sync-common path: scripts/sync-common/target/release/sync-common @@ -125,7 +125,7 @@ jobs: path: repo - name: Download sync-common binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sync-common path: .