From dad7a190557d7352481a6f8e7c5e15088738b158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:58:02 +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 6720200..e3601c9 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