File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 steps :
6464 # We need get PR id first
6565 - name : download pr artifact
66- uses : dawidd6/action-download-artifact@v12
66+ uses : dawidd6/action-download-artifact@v13
6767 with :
6868 workflow : ${{ github.event.workflow_run.workflow_id }}
6969 run_id : ${{ github.event.workflow_run.id }}
8383 # Download site artifact
8484 - name : download site artifact
8585 if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
86- uses : dawidd6/action-download-artifact@v12
86+ uses : dawidd6/action-download-artifact@v13
8787 with :
8888 workflow : ${{ github.event.workflow_run.workflow_id }}
8989 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 7070
7171 # We need get persist-index first
7272 - name : download image snapshot artifact
73- uses : dawidd6/action-download-artifact@v12
73+ uses : dawidd6/action-download-artifact@v13
7474 with :
7575 workflow : ${{ github.event.workflow_run.workflow_id }}
7676 run_id : ${{ github.event.workflow_run.id }}
9292 - name : download report artifact
9393 id : download_report
9494 if : ${{ needs.upstream-workflow-summary.outputs.build-status == 'success' || needs.upstream-workflow-summary.outputs.build-status == 'failure' }}
95- uses : dawidd6/action-download-artifact@v12
95+ uses : dawidd6/action-download-artifact@v13
9696 with :
9797 workflow : ${{ github.event.workflow_run.workflow_id }}
9898 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 6767
6868 # We need get persist key first
6969 - name : Download Visual Regression Ref
70- uses : dawidd6/action-download-artifact@v12
70+ uses : dawidd6/action-download-artifact@v13
7171 with :
7272 workflow : ${{ github.event.workflow_run.workflow_id }}
7373 run_id : ${{ github.event.workflow_run.id }}
8181
8282 - name : Download Visual-Regression Artifact
8383 if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
84- uses : dawidd6/action-download-artifact@v12
84+ uses : dawidd6/action-download-artifact@v13
8585 with :
8686 workflow : ${{ github.event.workflow_run.workflow_id }}
8787 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments