We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6b73e + 521d09c commit 0af18c9Copy full SHA for 0af18c9
.github/workflows/preview-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
if: github.event.workflow_run.event == 'pull_request'
21
steps:
22
- name: Download preview-build artifact
23
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v9
24
with:
25
workflow: ${{ github.event.workflow_run.workflow_id }}
26
name: preview-build
0 commit comments