build(deps): bump dawidd6/action-download-artifact from 2 to 3 (#3122)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download from Artifacts
|
- name: Download from Artifacts
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v3
|
||||||
with:
|
with:
|
||||||
workflow: ${{ github.event.workflow.name }}
|
workflow: ${{ github.event.workflow.name }}
|
||||||
run_id: ${{github.event.workflow_run.id }}
|
run_id: ${{github.event.workflow_run.id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user