From a26c914f711b5fbad6c364ffbdab1b074b762a6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:59:24 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c17f940..4f718f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Upload digest if: github.ref_type == 'tag' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: digests-linux-${{ matrix.arch }} path: ${{ runner.temp }}/digests/* @@ -98,7 +98,7 @@ jobs: run: echo "GHCR_IMAGE=${GHCR_IMAGE,,}" >> $GITHUB_ENV - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-*