diff --git a/.github/workflows/dbt_run_atlas.yml b/.github/workflows/dbt_run_atlas.yml index b2bfad5..68f9b04 100644 --- a/.github/workflows/dbt_run_atlas.yml +++ b/.github/workflows/dbt_run_atlas.yml @@ -48,7 +48,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: | diff --git a/.github/workflows/dbt_run_deployment.yml b/.github/workflows/dbt_run_deployment.yml index fcf222e..e0467ad 100644 --- a/.github/workflows/dbt_run_deployment.yml +++ b/.github/workflows/dbt_run_deployment.yml @@ -66,7 +66,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: | diff --git a/.github/workflows/dbt_run_dev_refresh.yml b/.github/workflows/dbt_run_dev_refresh.yml index b082f05..cfcc3d1 100644 --- a/.github/workflows/dbt_run_dev_refresh.yml +++ b/.github/workflows/dbt_run_dev_refresh.yml @@ -49,7 +49,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: | diff --git a/.github/workflows/dbt_run_scheduled.yml b/.github/workflows/dbt_run_scheduled.yml index ac93899..bb57d23 100644 --- a/.github/workflows/dbt_run_scheduled.yml +++ b/.github/workflows/dbt_run_scheduled.yml @@ -48,7 +48,7 @@ jobs: dbt run -s tag:core - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: | diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index 8d37a2f..8fad571 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -45,7 +45,7 @@ jobs: dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "STREAMLINE_RUN_HISTORY":True}' -m 1+models/silver/streamline/realtime/ --full-refresh - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: | diff --git a/.github/workflows/dbt_run_streamline_realtime_blocks_transactions.yml b/.github/workflows/dbt_run_streamline_realtime_blocks_transactions.yml index a453b5e..3b6d2a2 100644 --- a/.github/workflows/dbt_run_streamline_realtime_blocks_transactions.yml +++ b/.github/workflows/dbt_run_streamline_realtime_blocks_transactions.yml @@ -48,7 +48,7 @@ jobs: dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/silver/streamline/realtime/streamline__blocks_realtime.sql 1+models/silver/streamline/realtime/streamline__transactions_realtime.sql - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: | diff --git a/.github/workflows/dbt_run_streamline_realtime_tx_receipts.yml b/.github/workflows/dbt_run_streamline_realtime_tx_receipts.yml index e6cceef..4b054bf 100644 --- a/.github/workflows/dbt_run_streamline_realtime_tx_receipts.yml +++ b/.github/workflows/dbt_run_streamline_realtime_tx_receipts.yml @@ -48,7 +48,7 @@ jobs: dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/silver/streamline/realtime/streamline__tx_receipts_realtime.sql - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: | diff --git a/.github/workflows/dbt_run_streamline_traces_history.yml b/.github/workflows/dbt_run_streamline_traces_history.yml index c08b1d1..cf4f2de 100644 --- a/.github/workflows/dbt_run_streamline_traces_history.yml +++ b/.github/workflows/dbt_run_streamline_traces_history.yml @@ -48,7 +48,7 @@ jobs: dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/silver/streamline/history/streamline__traces_history.sql - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: |