diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index 66635e27471..5bead0cf6ed 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -102,11 +102,12 @@ response=$(curl --location --request POST 'https://oauth2.googleapis.com/token' access_token=$(echo "$response" | jq -r '.access_token') # Specify the Google Drive file URL -file_url="https://www.googleapis.com/drive/v3/files/1pePZJM0gIFlPft8qSsu4613kiVzuLQHs?alt=media" +file_url="https://www.googleapis.com/drive/v3/files/1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6?alt=media" # https://drive.google.com/file/d/1WSQwh2aizd-nhrQQEc_PqnTJJxiRufUv/view?usp=sharing - is 5.10.0 # https://drive.google.com/file/d/1tn6GYCzJtMBdwleQ2fVy1icUlItdm4w5/view?usp=sharing - is 5.11.0 # https://drive.google.com/file/d/1eAcSLBD-UoYI84SefGQKokOhpmU9bO_a/view?usp=sharing -is 6.0 # https://drive.google.com/file/d/1pePZJM0gIFlPft8qSsu4613kiVzuLQHs/view?usp=sharing -is 5.9 +# https://drive.google.com/file/d/1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6/view?usp=sharing - is 6.1 # Download the file using the access token response=$(curl "$file_url" \