build(deps): bump dawidd6/action-download-artifact from 2 to 3 (#3122)

This commit is contained in:
dependabot[bot]
2023-12-18 09:09:10 -05:00
committed by GitHub
parent 2aa5373a27
commit 6a34018cfc
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download from Artifacts
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: ${{ github.event.workflow.name }}
run_id: ${{github.event.workflow_run.id }}