From 7a672e7f1d577c1875e34fd243ac3dfb1c3c5e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:05:03 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-landingpage.yml | 2 +- .github/workflows/deploy-storybook.yml | 2 +- .github/workflows/deploy-unicorn.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-landingpage.yml b/.github/workflows/deploy-landingpage.yml index 9ad162f4fb..3d6b53599d 100644 --- a/.github/workflows/deploy-landingpage.yml +++ b/.github/workflows/deploy-landingpage.yml @@ -33,7 +33,7 @@ jobs: with: ref: pages - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: landingpage path: ./artifact diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 569c6b0886..9481636f72 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -48,7 +48,7 @@ jobs: with: ref: pages - name: Download Storybook artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: name: storybook path: version/${{ needs.build.outputs.isNew && inputs.version || needs.build.outputs.version }} diff --git a/.github/workflows/deploy-unicorn.yml b/.github/workflows/deploy-unicorn.yml index 27b0478d21..dae49b5a54 100644 --- a/.github/workflows/deploy-unicorn.yml +++ b/.github/workflows/deploy-unicorn.yml @@ -79,7 +79,7 @@ jobs: uses: rlespinasse/github-slug-action@v4 - name: Download Storybook artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: storybook path: storybook-dist