File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 steps :
6262 # We need get PR id first
6363 - name : download pr artifact
64- uses : dawidd6/action-download-artifact@v10
64+ uses : dawidd6/action-download-artifact@v11
6565 with :
6666 workflow : ${{ github.event.workflow_run.workflow_id }}
6767 run_id : ${{ github.event.workflow_run.id }}
8181 # Download site artifact
8282 - name : download site artifact
8383 if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
84- uses : dawidd6/action-download-artifact@v10
84+ uses : dawidd6/action-download-artifact@v11
8585 with :
8686 workflow : ${{ github.event.workflow_run.workflow_id }}
8787 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 6868
6969 # We need get persist-index first
7070 - name : download image snapshot artifact
71- uses : dawidd6/action-download-artifact@v10
71+ uses : dawidd6/action-download-artifact@v11
7272 with :
7373 workflow : ${{ github.event.workflow_run.workflow_id }}
7474 run_id : ${{ github.event.workflow_run.id }}
9090 - name : download report artifact
9191 id : download_report
9292 if : ${{ needs.upstream-workflow-summary.outputs.build-status == 'success' || needs.upstream-workflow-summary.outputs.build-status == 'failure' }}
93- uses : dawidd6/action-download-artifact@v10
93+ uses : dawidd6/action-download-artifact@v11
9494 with :
9595 workflow : ${{ github.event.workflow_run.workflow_id }}
9696 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 6565
6666 # We need get persist key first
6767 - name : Download Visual Regression Ref
68- uses : dawidd6/action-download-artifact@v10
68+ uses : dawidd6/action-download-artifact@v11
6969 with :
7070 workflow : ${{ github.event.workflow_run.workflow_id }}
7171 run_id : ${{ github.event.workflow_run.id }}
7979
8080 - name : Download Visual-Regression Artifact
8181 if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
82- uses : dawidd6/action-download-artifact@v10
82+ uses : dawidd6/action-download-artifact@v11
8383 with :
8484 workflow : ${{ github.event.workflow_run.workflow_id }}
8585 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments