Skip to content

Commit

Permalink
chore(deps): bump dawidd6/action-download-artifact from 4 to 6 in /.g…
Browse files Browse the repository at this point in the history
…ithub/workflows (#954)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent b63da14 commit f6bf925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download dist-build artifact
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v6
with:
workflow: 'Build'
workflow_conclusion: success
Expand All @@ -22,7 +22,7 @@ jobs:
path: .

- name: Download dist-storybook artifact
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v6
with:
workflow: 'Build'
workflow_conclusion: success
Expand Down

0 comments on commit f6bf925

Please sign in to comment.