From 7426ccd64f18cdeacec06c7eb260888f3f654df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:52:05 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0f4998fe..4de5bb4d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Download signed packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: signed-nuget