Verify repositories and artifacts:

ARTIFACTORY: Artifactory Post-Upgrade Checklist

AuthorFullName__c
Tatarao Vana
articleNumber
000005737
ft:sourceType
Salesforce
FirstPublishedDate
2023-05-21T12:36:23Z
lastModifiedDate
2023-05-21
VersionNumber
1
Verify that all the repositories and artifacts that were present before the upgrade are still present and accessible. We can do this by browsing the repositories in the Artifactory UI or by running the following command in the terminal:
$ curl -u<admin-user> https://<artifactory_url>/<repository_name>/path/to/artifact 

Also, capture the storage summary of the Artifactory before the upgrade activity and compare it against it after the upgrade by running the following REST API call.
$ curl -u<admin-user> https:///artifactory/api/storageinfo