mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-01 23:24:25 +08:00
Bump dawidd6/action-download-artifact from 3 to 6 (#2984)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/deletedroplets.yml
vendored
4
.github/workflows/deletedroplets.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: get logs
|
- name: get logs
|
||||||
uses: dawidd6/action-download-artifact@v3
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
run_id: ${{ github.event.workflow_run.id}}
|
run_id: ${{ github.event.workflow_run.id}}
|
||||||
if_no_artifact_found: warn
|
if_no_artifact_found: warn
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||||
steps:
|
steps:
|
||||||
- name: get logs
|
- name: get logs
|
||||||
uses: dawidd6/action-download-artifact@v3
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
run_id: ${{ github.event.workflow_run.id}}
|
run_id: ${{ github.event.workflow_run.id}}
|
||||||
if_no_artifact_found: warn
|
if_no_artifact_found: warn
|
||||||
|
Reference in New Issue
Block a user