From fb8e382ab3eac5ecbb77e6e88432c15e36a448c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:02:02 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .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..898fded 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@v7 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@v7 with: name: renvsubst-v${{ env.PROJECT_VERSION }}-arm-unknown-linux-musleabihf.tar.gz - name: Untar