File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments