Skip to content

Commit c1988fb

Browse files
authored
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
2 parents 51e7a1a + b77ff11 commit c1988fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deletedroplets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
steps:
1414
- name: get logs
15-
uses: dawidd6/action-download-artifact@v9
15+
uses: dawidd6/action-download-artifact@v11
1616
with:
1717
run_id: ${{ github.event.workflow_run.id}}
1818
if_no_artifact_found: warn
@@ -75,7 +75,7 @@ jobs:
7575
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
7676
steps:
7777
- name: get logs
78-
uses: dawidd6/action-download-artifact@v9
78+
uses: dawidd6/action-download-artifact@v11
7979
with:
8080
run_id: ${{ github.event.workflow_run.id}}
8181
if_no_artifact_found: warn

0 commit comments

Comments
 (0)