|
|
@ -19,7 +19,7 @@ jobs: |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' |
|
|
steps: |
|
|
steps: |
|
|
- name: download pr artifact |
|
|
- name: download pr artifact |
|
|
uses: dawidd6/action-download-artifact@v4 |
|
|
uses: dawidd6/action-download-artifact@v6 |
|
|
with: |
|
|
with: |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
name: pr |
|
|
name: pr |
|
|
@ -29,7 +29,7 @@ jobs: |
|
|
run: echo "::set-output name=id::$(<pr-id.txt)" |
|
|
run: echo "::set-output name=id::$(<pr-id.txt)" |
|
|
|
|
|
|
|
|
- name: download dist artifact |
|
|
- name: download dist artifact |
|
|
uses: dawidd6/action-download-artifact@v4 |
|
|
uses: dawidd6/action-download-artifact@v6 |
|
|
with: |
|
|
with: |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
workflow_conclusion: success |
|
|
workflow_conclusion: success |
|
|
@ -77,7 +77,7 @@ jobs: |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' |
|
|
steps: |
|
|
steps: |
|
|
- name: download pr artifact |
|
|
- name: download pr artifact |
|
|
uses: dawidd6/action-download-artifact@v4 |
|
|
uses: dawidd6/action-download-artifact@v6 |
|
|
with: |
|
|
with: |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
name: pr |
|
|
name: pr |
|
|
|