Merge pull request #3510 from gravitl/dependabot/github_actions/develop/dawidd6/action-download-artifact-11

Build(deps): bump dawidd6/action-download-artifact from 9 to 11
This commit is contained in:
Abhishek K 2025-06-23 17:54:22 +05:30 committed by GitHub
commit c1988fb5de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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