diff --git a/.github/workflows/dbt_observability_models.yml b/.github/workflows/dbt_observability_models.yml index 5d0ed38..ad94056 100644 --- a/.github/workflows/dbt_observability_models.yml +++ b/.github/workflows/dbt_observability_models.yml @@ -45,7 +45,7 @@ jobs: dbt run -s tag:observability --vars 'BITQUERY_API_KEY: ${{ secrets.BITQUERY_API_KEY }}' - 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_adhoc.yml b/.github/workflows/dbt_run_adhoc.yml index b0f1f9e..70e1469 100644 --- a/.github/workflows/dbt_run_adhoc.yml +++ b/.github/workflows/dbt_run_adhoc.yml @@ -66,7 +66,7 @@ jobs: ${{ inputs.dbt_command }} - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: logs diff --git a/.github/workflows/dbt_run_adhoc_with_alert.yml b/.github/workflows/dbt_run_adhoc_with_alert.yml index 590a2b7..4203816 100644 --- a/.github/workflows/dbt_run_adhoc_with_alert.yml +++ b/.github/workflows/dbt_run_adhoc_with_alert.yml @@ -82,7 +82,7 @@ jobs: python python/dbt_slack_notification.py - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: logs diff --git a/.github/workflows/dbt_run_daily_dev_refresh.yml b/.github/workflows/dbt_run_daily_dev_refresh.yml index d68a772..256095f 100644 --- a/.github/workflows/dbt_run_daily_dev_refresh.yml +++ b/.github/workflows/dbt_run_daily_dev_refresh.yml @@ -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: | diff --git a/.github/workflows/dbt_run_deployment.yml b/.github/workflows/dbt_run_deployment.yml index 79325cc..427cf6b 100644 --- a/.github/workflows/dbt_run_deployment.yml +++ b/.github/workflows/dbt_run_deployment.yml @@ -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: | diff --git a/.github/workflows/dbt_run_moments_metadata.yml b/.github/workflows/dbt_run_moments_metadata.yml index 2ea8d97..33b5540 100644 --- a/.github/workflows/dbt_run_moments_metadata.yml +++ b/.github/workflows/dbt_run_moments_metadata.yml @@ -48,7 +48,7 @@ jobs: dbt run -s tag:topshot; - 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 90b6ce4..6cb846c 100644 --- a/.github/workflows/dbt_run_scheduled.yml +++ b/.github/workflows/dbt_run_scheduled.yml @@ -51,7 +51,7 @@ jobs: dbt run -s tag:scheduled_core tag:streamline_complete "flow_models,models/gold" - 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_non_core.yml b/.github/workflows/dbt_run_scheduled_non_core.yml index b9b6b42..3a6acaf 100644 --- a/.github/workflows/dbt_run_scheduled_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_non_core.yml @@ -47,7 +47,7 @@ jobs: dbt run -s tag:scheduled_non_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_scheduled_reward_points_realtime.yml b/.github/workflows/dbt_run_scheduled_reward_points_realtime.yml index 2ff847f..3f48c6e 100644 --- a/.github/workflows/dbt_run_scheduled_reward_points_realtime.yml +++ b/.github/workflows/dbt_run_scheduled_reward_points_realtime.yml @@ -56,7 +56,7 @@ jobs: dbt run -s streamline__points_transfers_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' - 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_reward_points_silver.yml b/.github/workflows/dbt_run_scheduled_reward_points_silver.yml index b702b5f..bc9bc20 100644 --- a/.github/workflows/dbt_run_scheduled_reward_points_silver.yml +++ b/.github/workflows/dbt_run_scheduled_reward_points_silver.yml @@ -55,7 +55,7 @@ jobs: python python/dbt_test_alert.py - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: | diff --git a/.github/workflows/dbt_test.yml b/.github/workflows/dbt_test.yml index 0641862..19e895d 100644 --- a/.github/workflows/dbt_test.yml +++ b/.github/workflows/dbt_test.yml @@ -53,7 +53,7 @@ jobs: python python/dbt_test_alert.py - name: Store logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbt-logs path: |