From 75293edfc9704ea01563bd6f94675fd543a70ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:45:59 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .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 4d8fb57..1485a90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id-token: write steps: - name: Download signed packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: signed-nuget