Skip to content

Commit b77ff11

Browse files
Build(deps): bump dawidd6/action-download-artifact from 9 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fc489b commit b77ff11

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)