|
@@ -12,7 +12,7 @@ jobs:
|
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
steps:
|
|
steps:
|
|
- name: get logs
|
|
- name: get logs
|
|
- uses: dawidd6/action-download-artifact@v2
|
|
|
|
|
|
+ uses: dawidd6/action-download-artifact@v3
|
|
with:
|
|
with:
|
|
run_id: ${{ github.event.workflow_run.id}}
|
|
run_id: ${{ github.event.workflow_run.id}}
|
|
if_no_artifact_found: warn
|
|
if_no_artifact_found: warn
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
|
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
|
steps:
|
|
steps:
|
|
- name: get logs
|
|
- name: get logs
|
|
- uses: dawidd6/action-download-artifact@v2
|
|
|
|
|
|
+ uses: dawidd6/action-download-artifact@v3
|
|
with:
|
|
with:
|
|
run_id: ${{ github.event.workflow_run.id}}
|
|
run_id: ${{ github.event.workflow_run.id}}
|
|
if_no_artifact_found: warn
|
|
if_no_artifact_found: warn
|