From bceccb402b5aa5a29ad5e97a6230a346d23219b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:53:13 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v6 --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index d333ac1..c909932 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -124,7 +124,7 @@ jobs: needs: - check steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: dist path: dist