From a1e15da2bfb1b3e3ef060439919d81dc94def7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:34:53 +0800 Subject: [PATCH] deps(workflows): bump actions/download-artifact from 5 to 6 (#187) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d1d970..87a2fb9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -163,7 +163,7 @@ jobs: fi - name: Download built sdist and wheels - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir