We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c4174 commit 78697c3Copy full SHA for 78697c3
.github/workflows/preview.yml
@@ -15,7 +15,7 @@ jobs:
15
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
16
steps:
17
- name: Download PR Artifact
18
- uses: dawidd6/action-download-artifact@v4
+ uses: dawidd6/action-download-artifact@v6
19
with:
20
workflow: ${{ github.event.workflow_run.workflow_id }}
21
run_id: ${{ github.event.workflow_run.id }}
0 commit comments