From f87e592a36287abaac7bb81f03027d6396dd2d8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 19:46:14 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f5fdb..cebd38b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: ./build.sh dist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: dist path: dist @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: ./build.sh storybook - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: storybook path: storybook-static