Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent c784c35 commit 7a672e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-landingpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a672e7

Please sign in to comment.