From 45efd58d2ab95babe41f2aec60c3a560e5da561f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:33:44 +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