From c3a8ff2035591db265b389fd7000b6ddbb39d15b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:27:47 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 191fcc0..816378e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -105,11 +105,11 @@ jobs: echo "PROJECT_NAME=$(sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV echo "PROJECT_VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV - name: Download binary artifact x86_64 - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: renvsubst-v${{ env.PROJECT_VERSION }}-x86_64-unknown-linux-musl.tar.gz - name: Download binary artifact arm - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: renvsubst-v${{ env.PROJECT_VERSION }}-arm-unknown-linux-musleabihf.tar.gz - name: Untar