From 6b877ebe2d1d5c837d0134e089c0b36899897db2 Mon Sep 17 00:00:00 2001 From: Selfeer Date: Fri, 30 Aug 2024 14:25:48 +0400 Subject: [PATCH] upgrade actions from v3 to v4 --- .github/workflows/reusable-workflow-arm.yml | 188 ++++++++++---------- .github/workflows/reusable-workflow-x86.yml | 188 ++++++++++---------- .github/workflows/run-alter-stress.yml | 32 ++-- .github/workflows/run-arm-regression.yml | 188 ++++++++++---------- 4 files changed, 298 insertions(+), 298 deletions(-) diff --git a/.github/workflows/reusable-workflow-arm.yml b/.github/workflows/reusable-workflow-arm.yml index 2ba107ebf..f6cc4c010 100644 --- a/.github/workflows/reusable-workflow-arm.yml +++ b/.github/workflows/reusable-workflow-arm.yml @@ -104,7 +104,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aes_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -124,7 +124,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -138,7 +138,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aggregate_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -158,7 +158,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -172,7 +172,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'atomic_insert' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -192,7 +192,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -207,7 +207,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_replace_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -228,7 +228,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-replace-partition-artifacts @@ -243,7 +243,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_attach_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -264,7 +264,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-attach-partition-artifacts @@ -279,7 +279,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_move_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -300,7 +300,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-move-partition-artifacts @@ -314,7 +314,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'attach' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -335,7 +335,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -349,7 +349,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'base_58' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -369,7 +369,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -384,7 +384,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -409,7 +409,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-aws-artifacts @@ -424,7 +424,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -448,7 +448,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-gcs-artifacts @@ -463,7 +463,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -484,7 +484,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-minio-artifacts @@ -499,7 +499,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -519,7 +519,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -534,7 +534,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -555,7 +555,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -570,7 +570,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper_failover' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -590,7 +590,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -604,7 +604,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -624,7 +624,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -638,7 +638,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'datetime64_extended_range' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -658,7 +658,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -672,7 +672,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'disk_level_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -692,7 +692,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -706,7 +706,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'dns' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -726,7 +726,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -740,7 +740,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'engines' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -760,7 +760,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -774,7 +774,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'example' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -794,7 +794,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -808,7 +808,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'extended_precision_data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -828,7 +828,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -842,7 +842,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -862,7 +862,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -874,7 +874,7 @@ jobs: # SUITE: clickhouse/functional # if: ${{ inputs.suite == 'all' || inputs.suite == 'functional' }} # steps: - # - uses: actions/checkout@v3 + # - uses: actions/checkout@v4 # - name: Setup # run: .github/setup.sh @@ -890,7 +890,7 @@ jobs: # if: always() # run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - # - uses: actions/upload-artifact@v3 + # - uses: actions/upload-artifact@v4 # if: always() # with: # name: clickhouse-functional-artifacts @@ -904,7 +904,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kafka' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -924,7 +924,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -938,7 +938,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kerberos' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -957,7 +957,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -971,7 +971,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'key_value' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -990,7 +990,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1004,7 +1004,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1024,7 +1024,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-authentication-artifacts @@ -1038,7 +1038,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1058,7 +1058,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-external_user_directory-artifacts @@ -1072,7 +1072,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1092,7 +1092,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-role_mapping-artifacts @@ -1106,7 +1106,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'lightweight_delete' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1126,7 +1126,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1140,7 +1140,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'memory' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1160,7 +1160,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1175,7 +1175,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1195,7 +1195,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1210,7 +1210,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_minio' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1232,7 +1232,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1247,7 +1247,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_s3' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1273,7 +1273,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1287,7 +1287,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'part_moves_between_shards' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1307,7 +1307,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1321,7 +1321,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'rbac' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1341,7 +1341,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1356,7 +1356,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1381,7 +1381,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1396,7 +1396,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1420,7 +1420,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1435,7 +1435,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1456,7 +1456,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1470,7 +1470,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'selects' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1490,7 +1490,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1504,7 +1504,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'session_timezone' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1524,7 +1524,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1538,7 +1538,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ssl_server' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1558,7 +1558,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1573,7 +1573,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_aws' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1597,7 +1597,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1612,7 +1612,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1636,7 +1636,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1650,7 +1650,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_local' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1670,7 +1670,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1685,7 +1685,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_minio' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1706,7 +1706,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1720,7 +1720,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'window_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1740,7 +1740,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts diff --git a/.github/workflows/reusable-workflow-x86.yml b/.github/workflows/reusable-workflow-x86.yml index 5cf64ac53..ac7ffd51d 100644 --- a/.github/workflows/reusable-workflow-x86.yml +++ b/.github/workflows/reusable-workflow-x86.yml @@ -104,7 +104,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aes_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -124,7 +124,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -138,7 +138,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aggregate_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -158,7 +158,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -172,7 +172,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'atomic_insert' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -192,7 +192,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -207,7 +207,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_replace_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -228,7 +228,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-replace-partition-artifacts @@ -243,7 +243,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_attach_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -264,7 +264,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-attach-partition-artifacts @@ -279,7 +279,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_move_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -300,7 +300,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-move-partition-artifacts @@ -314,7 +314,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'attach' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -335,7 +335,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -349,7 +349,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'base_58' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -370,7 +370,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -385,7 +385,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -410,7 +410,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-aws-artifacts @@ -425,7 +425,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -449,7 +449,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-gcs-artifacts @@ -464,7 +464,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -485,7 +485,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-minio-artifacts @@ -500,7 +500,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -520,7 +520,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -535,7 +535,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -556,7 +556,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -571,7 +571,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper_failover' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -591,7 +591,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -605,7 +605,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -625,7 +625,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -639,7 +639,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'datetime64_extended_range' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -659,7 +659,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -673,7 +673,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'disk_level_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -693,7 +693,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -707,7 +707,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'dns' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -727,7 +727,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -741,7 +741,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'engines' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -761,7 +761,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -775,7 +775,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'example' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -795,7 +795,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -809,7 +809,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'extended_precision_data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -829,7 +829,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -843,7 +843,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -863,7 +863,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -875,7 +875,7 @@ jobs: # SUITE: clickhouse/functional # if: ${{ inputs.suite == 'all' || inputs.suite == 'functional' }} # steps: - # - uses: actions/checkout@v3 + # - uses: actions/checkout@v4 # - name: Setup # run: .github/setup.sh @@ -891,7 +891,7 @@ jobs: # if: always() # run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - # - uses: actions/upload-artifact@v3 + # - uses: actions/upload-artifact@v4 # if: always() # with: # name: clickhouse-functional-artifacts @@ -905,7 +905,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kafka' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -925,7 +925,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -939,7 +939,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kerberos' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -958,7 +958,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -972,7 +972,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'key_value' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -991,7 +991,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1005,7 +1005,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1025,7 +1025,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-authentication-artifacts @@ -1039,7 +1039,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1059,7 +1059,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-external_user_directory-artifacts @@ -1073,7 +1073,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1093,7 +1093,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-role_mapping-artifacts @@ -1107,7 +1107,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'lightweight_delete' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1127,7 +1127,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1141,7 +1141,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'memory' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1161,7 +1161,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1176,7 +1176,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1196,7 +1196,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1211,7 +1211,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_minio' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1233,7 +1233,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1248,7 +1248,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_s3' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1274,7 +1274,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1288,7 +1288,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'part_moves_between_shards' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1308,7 +1308,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1322,7 +1322,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'rbac' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1342,7 +1342,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1357,7 +1357,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1382,7 +1382,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1397,7 +1397,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1421,7 +1421,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1436,7 +1436,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1457,7 +1457,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1471,7 +1471,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'selects' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1491,7 +1491,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1505,7 +1505,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'session_timezone' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1525,7 +1525,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1539,7 +1539,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ssl_server' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1559,7 +1559,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1574,7 +1574,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_aws' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1598,7 +1598,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1613,7 +1613,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1637,7 +1637,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1651,7 +1651,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_local' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1671,7 +1671,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1686,7 +1686,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_minio' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1707,7 +1707,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1721,7 +1721,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'window_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1741,7 +1741,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts diff --git a/.github/workflows/run-alter-stress.yml b/.github/workflows/run-alter-stress.yml index 242ad27ea..438307c30 100644 --- a/.github/workflows/run-alter-stress.yml +++ b/.github/workflows/run-alter-stress.yml @@ -144,7 +144,7 @@ jobs: if: ${{ contains('all aws_s3', inputs.storage_provider) && contains('all x86', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -167,7 +167,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-aws-x86-artifacts @@ -182,7 +182,7 @@ jobs: if: ${{ contains('all gcs', inputs.storage_provider) && contains('all x86', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -204,7 +204,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-gcs-x86-artifacts @@ -219,7 +219,7 @@ jobs: if: ${{ contains('all minio', inputs.storage_provider) && contains('all x86', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -238,7 +238,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-minio-x86-artifacts @@ -253,7 +253,7 @@ jobs: if: ${{ contains('all local', inputs.storage_provider) && contains('all x86', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -272,7 +272,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-local-x86-artifacts @@ -287,7 +287,7 @@ jobs: if: ${{ contains('all aws_s3', inputs.storage_provider) && contains('all ARM', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -310,7 +310,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-aws-arm-artifacts @@ -325,7 +325,7 @@ jobs: if: ${{ contains('all gcs', inputs.storage_provider) && contains('all ARM', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -347,7 +347,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-gcs-arm-artifacts @@ -362,7 +362,7 @@ jobs: if: ${{ contains('all minio', inputs.storage_provider) && contains('all ARM', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -381,7 +381,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-minio-arm-artifacts @@ -396,7 +396,7 @@ jobs: if: ${{ contains('all local', inputs.storage_provider) && contains('all ARM', inputs.architecture) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -415,7 +415,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: alter-stress-local-arm-artifacts diff --git a/.github/workflows/run-arm-regression.yml b/.github/workflows/run-arm-regression.yml index f321912e8..5c1458fbf 100644 --- a/.github/workflows/run-arm-regression.yml +++ b/.github/workflows/run-arm-regression.yml @@ -157,7 +157,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aes_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -177,7 +177,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -191,7 +191,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'aggregate_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -211,7 +211,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -225,7 +225,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'atomic_insert' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -245,7 +245,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -260,7 +260,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_replace_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -281,7 +281,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-replace-partition-artifacts @@ -296,7 +296,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_attach_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -317,7 +317,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-attach-partition-artifacts @@ -332,7 +332,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_move_partition' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -353,7 +353,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-move-partition-artifacts @@ -367,7 +367,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'attach' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -388,7 +388,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -402,7 +402,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'base_58' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -422,7 +422,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -437,7 +437,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -462,7 +462,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-aws-artifacts @@ -477,7 +477,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -501,7 +501,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-gcs-artifacts @@ -516,7 +516,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'benchmark_all' || inputs.suite == 'benchmark_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -537,7 +537,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: benchmark-minio-artifacts @@ -552,7 +552,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -572,7 +572,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -587,7 +587,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -608,7 +608,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -623,7 +623,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'clickhouse_keeper_failover' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -643,7 +643,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -657,7 +657,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -677,7 +677,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -691,7 +691,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'datetime64_extended_range' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -711,7 +711,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -725,7 +725,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'disk_level_encryption' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -745,7 +745,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -759,7 +759,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'dns' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -779,7 +779,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -793,7 +793,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'engines' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -813,7 +813,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -827,7 +827,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'example' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -847,7 +847,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -861,7 +861,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'extended_precision_data_types' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -881,7 +881,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -895,7 +895,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -915,7 +915,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -927,7 +927,7 @@ jobs: # SUITE: clickhouse/functional # if: ${{ inputs.suite == 'all' || inputs.suite == 'functional' }} # steps: - # - uses: actions/checkout@v3 + # - uses: actions/checkout@v4 # - name: Setup # run: .github/setup.sh @@ -943,7 +943,7 @@ jobs: # if: always() # run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - # - uses: actions/upload-artifact@v3 + # - uses: actions/upload-artifact@v4 # if: always() # with: # name: clickhouse-functional-artifacts @@ -957,7 +957,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kafka' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -977,7 +977,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -991,7 +991,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'kerberos' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1010,7 +1010,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1024,7 +1024,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'key_value' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1043,7 +1043,7 @@ jobs: - name: Create and upload logs if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1057,7 +1057,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1077,7 +1077,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-authentication-artifacts @@ -1091,7 +1091,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1111,7 +1111,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-external_user_directory-artifacts @@ -1125,7 +1125,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ldap' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1145,7 +1145,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ldap-role_mapping-artifacts @@ -1159,7 +1159,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'lightweight_delete' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1179,7 +1179,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1193,7 +1193,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'memory' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1213,7 +1213,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1228,7 +1228,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1248,7 +1248,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1263,7 +1263,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_minio' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1285,7 +1285,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1300,7 +1300,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'parquet_s3' || inputs.suite == 'parquet_all'}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1326,7 +1326,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1340,7 +1340,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'part_moves_between_shards' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1360,7 +1360,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1374,7 +1374,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'rbac' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1394,7 +1394,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1409,7 +1409,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_aws' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1434,7 +1434,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1449,7 +1449,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_gcs' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1473,7 +1473,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1488,7 +1488,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_minio' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1509,7 +1509,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1523,7 +1523,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'selects' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1543,7 +1543,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1557,7 +1557,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'session_timezone' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1577,7 +1577,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1591,7 +1591,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'ssl_server' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1611,7 +1611,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1626,7 +1626,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_aws' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1650,7 +1650,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-aws-artifacts @@ -1665,7 +1665,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1689,7 +1689,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-gcs-artifacts @@ -1703,7 +1703,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_local' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1723,7 +1723,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts @@ -1738,7 +1738,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'tiered_storage_minio' || inputs.suite == 'tiered_storage_all' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1759,7 +1759,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-minio-artifacts @@ -1773,7 +1773,7 @@ jobs: if: ${{ inputs.suite == 'all' || inputs.suite == 'window_functions' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} @@ -1793,7 +1793,7 @@ jobs: if: always() run: .github/create_and_upload_logs.sh ${{ vars.UPLOAD_LOGS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ env.SUITE }}-artifacts