From 2aa9de53738c0a4d63eeb2263400fe6c7ca8b300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:47:30 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b298cf..5dfa0df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: tar -czvf {{binary-name}}-${{ matrix.target }}.tar.gz {{binary-name}} mv {{binary-name}}-${{ matrix.target }}.tar.gz ../../../ - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: {{binary-name}}-${{ matrix.target }} path: {{binary-name}}-${{ matrix.target }}.tar.gz @@ -106,7 +106,7 @@ jobs: VERSION=$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)".*/\1/') echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts - name: Extract changelog for version