Skip to content

Commit 48c2f69

Browse files
author
Ruslan Farkhutdinov
committed
Storybook Deployment: Replace dawidd6/action-download-artifact with the standart action
1 parent dc2c8b3 commit 48c2f69

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr-storybook-deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Download meta artifact
29-
uses: dawidd6/action-download-artifact@v6
29+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3030
with:
31-
run_id: ${{ github.event.workflow_run.id }}
3231
name: preview-meta
33-
path: artifacts
32+
github-token: ${{ secrets.GITHUB_TOKEN }}
33+
repository: ${{ github.repository }}
34+
run_id: ${{ github.event.workflow_run.id }}
3435

3536
- name: Read meta
3637
id: meta

0 commit comments

Comments
 (0)