chore(deps): Bump dawidd6/action-download-artifact from 2 to 3 (#3707)

This commit is contained in:
dependabot[bot] 2023-12-19 01:29:15 +01:00 committed by GitHub
parent 5015dc80b1
commit ee87291225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
# The official Github Action for downloading artifacts does not support multi-workflow
- name: 'Download build artifact'
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run_id: ${{ github.event.workflow_run.id }}