Still unable to install Kibana since "E: Repository 'https://artifacts.elastic.co/packages/8.x/apt stable InRelease' changed its 'Origin' value from 'Artifactory' to 'elastic'"

So I've been trying to install Kibana on Ubuntu: I imported the Elastic PGP key, installed the apt-transport-https package, Saved the repository definition to /etc/apt/sources.list.d/elastic-8.x.list and tried to install Kibana Debian Package with sudo apt-get update && sudo apt-get install kibana. Entering the last line resulted in this:

Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Hit:2 http://ru.archive.ubuntu.com/ubuntu noble InRelease                      
Get:3 https://artifacts.elastic.co/packages/8.x/apt stable InRelease [3,248 B] 
Get:4 http://ru.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]     
Get:5 http://ru.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]   
Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [8,988 B]
Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.0 kB]
Get:9 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
Get:10 http://ru.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [866 kB]
Get:11 http://ru.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [196 kB]
Get:12 http://ru.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [151 kB]
Get:13 http://ru.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [654 kB]
Get:14 http://ru.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [128 kB]
Get:15 http://ru.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:16 http://ru.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,014 kB]
Get:17 http://ru.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [253 kB]
Get:18 http://ru.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [362 kB]
Get:19 http://ru.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:20 http://ru.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [208 B]
Get:21 http://ru.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Get:22 http://ru.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [17.7 kB]
Get:23 http://ru.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Reading package lists... Done                                                  
E: Repository 'https://artifacts.elastic.co/packages/8.x/apt stable InRelease' changed its 'Origin' value from 'Artifactory' to 'elastic'
E: Repository 'https://artifacts.elastic.co/packages/8.x/apt stable InRelease' changed its 'Label' value from 'Artifactory' to '. stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

I know there's been this post on the forum Apt repo change? "E: Repository 'https://artifacts.elastic.co/packages/8.x/apt stable InRelease' changed its 'Origin' value from 'elastic' to 'Artifactory'" but it still doesn't work for me. Any help will be greatly appreciated