mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
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:
commit
c1988fb5de
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deletedroplets.yml
vendored
4
.github/workflows/deletedroplets.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue