From 9348bfb82aad3062981254f1defaf8d04364466b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:43:48 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v7 | v8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8197f1b..58e0951 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -135,13 +135,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download digests (amd64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: digests-${{ matrix.version }}-linux-amd64 path: /tmp/digests - name: Download digests (arm64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: digests-${{ matrix.version }}-linux-arm64 path: /tmp/digests