mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:26:44 +00:00
upd actions/upload-artifact@v3 to v4
This commit is contained in:
parent
53288f3741
commit
2d6a431129
2
.github/workflows/dbt_run_atlas.yml
vendored
2
.github/workflows/dbt_run_atlas.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
dbt run -s tag:atlas
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
2
.github/workflows/dbt_run_deployment.yml
vendored
2
.github/workflows/dbt_run_deployment.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
dbt run-operation run_query --args "{sql: call admin.datashare.sp_grant_share_permissions('${{ env.DATABASE }}')}"
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
2
.github/workflows/dbt_run_dev_refresh.yml
vendored
2
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
dbt run-operation run_sp_create_prod_clone;
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
dbt run -s tag:pagoda --vars '{"PAGODA_API_KEY": ${{ secrets.PAGODA_API_KEY }}, "SQL_LIMIT": ${{ vars.PAGODA_SQL_LIMIT }}}'
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
dbt run -s tag:nearblocks tag:activity
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
2
.github/workflows/dbt_run_nearblocks_api.yml
vendored
2
.github/workflows/dbt_run_nearblocks_api.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
dbt run-operation get_nearblocks_fts
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
2
.github/workflows/dbt_run_scheduled_core.yml
vendored
2
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
dbt seed;
|
||||
dbt run -s tag:scheduled_core --vars "{ 'RECEIPT_MAP_LOOKBACK_HOURS': 1.25}";
|
||||
dbt run -s tag:scheduled_non_core models/gold;
|
||||
- name: Store logs
|
||||
- name: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dbt-logs
|
||||
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
dbt run -s tag:scheduled_non_core models/gold;
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user