From 1d59178780afad0c4ce155e01b1c69be9b175d26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:30:03 +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 8f00bde..f8e5edf 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