Skip to content

Commit f54bbdc

Browse files
chore(deps): bump dawidd6/action-download-artifact from 14 to 15 (#38060)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33441cc commit f54bbdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/superset-docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
yarn install --check-cache
6969
- name: Download database diagnostics (if triggered by integration tests)
7070
if: github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success'
71-
uses: dawidd6/action-download-artifact@v14
71+
uses: dawidd6/action-download-artifact@v15
7272
continue-on-error: true
7373
with:
7474
workflow: superset-python-integrationtest.yml
@@ -77,7 +77,7 @@ jobs:
7777
path: docs/src/data/
7878
- name: Try to download latest diagnostics (for push/dispatch triggers)
7979
if: github.event_name != 'workflow_run'
80-
uses: dawidd6/action-download-artifact@v14
80+
uses: dawidd6/action-download-artifact@v15
8181
continue-on-error: true
8282
with:
8383
workflow: superset-python-integrationtest.yml

.github/workflows/superset-docs-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
yarn install --check-cache
113113
- name: Download database diagnostics from integration tests
114-
uses: dawidd6/action-download-artifact@v14
114+
uses: dawidd6/action-download-artifact@v15
115115
with:
116116
workflow: superset-python-integrationtest.yml
117117
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)