From 5ae1396c078f91a8df3eccb7d9b8fbcb7289d8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:28:42 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-storybooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-storybooks.yml b/.github/workflows/deploy-storybooks.yml index 467243973a1..036f7b2d8c6 100644 --- a/.github/workflows/deploy-storybooks.yml +++ b/.github/workflows/deploy-storybooks.yml @@ -132,7 +132,7 @@ jobs: DEPLOY_DIR_PATH: ${{ steps.deploy-dir.outputs.path }} - name: Download storybooks artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }} path: gh-pages/${{ steps.deploy-dir.outputs.path }}