We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a2b50 commit 1465b01Copy full SHA for 1465b01
.github/workflows/preview-deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
# We need get PR id first
64
- name: download pr artifact
65
- uses: dawidd6/action-download-artifact@v6
+ uses: dawidd6/action-download-artifact@v7
66
with:
67
workflow: ${{ github.event.workflow_run.workflow_id }}
68
run_id: ${{ github.event.workflow_run.id }}
@@ -82,7 +82,7 @@ jobs:
82
# Download site artifact
83
- name: download site artifact
84
if: ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
85
86
87
88
0 commit comments