We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e7a1a + b77ff11 commit c1988fbCopy full SHA for c1988fb
.github/workflows/deletedroplets.yml
@@ -12,7 +12,7 @@ jobs:
12
if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
steps:
14
- name: get logs
15
- uses: dawidd6/action-download-artifact@v9
+ uses: dawidd6/action-download-artifact@v11
16
with:
17
run_id: ${{ github.event.workflow_run.id}}
18
if_no_artifact_found: warn
@@ -75,7 +75,7 @@ jobs:
75
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
76
77
78
79
80
81
0 commit comments