From e2edd4d232c54d7665db74ba667c44f70838b871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:34:32 +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 cfbdfacb1..2584d6951 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: }' > release_info.json - name: Upload Release Details - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-info path: release_info.json @@ -136,7 +136,7 @@ jobs: steps: - name: Download Release Details - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-info