From bff3b171ee1de7af8f4e08597d147189e54f769d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:00:01 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .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 70c5e09..090270f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,14 +134,14 @@ jobs: contents: write steps: - name: Download binary artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ./artifacts pattern: tsdnsproxy-* merge-multiple: false - name: Download SBOM - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sbom.spdx.json path: ./artifacts/sbom