From 3d222388cf8ea31a4f1f8521ae60b74429ef1f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:33:42 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a2a1257..d82fee8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -81,7 +81,7 @@ jobs: id: platform run: echo "escaped=${PLATFORM//\//-}" >"$GITHUB_OUTPUT" - name: Upload digest - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: digests-${{ steps.platform.outputs.escaped }} path: ${{ runner.temp }}/digests/* @@ -114,7 +114,7 @@ jobs: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >>"$GITHUB_ENV" echo "TOR_VERSION=$(tr -d '\n' >"$GITHUB_ENV" - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-*