chore: upgrade appkit cdn to v1.2.1 #43
Annotations
8 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run game-ci/unity-builder@v4
Assets/Scripts/UI/SettingsInfoItem.cs(12,40): warning CS0618: 'UxmlFactory<SettingsInfoItem, SettingsInfoItem.UxmlTraits>' is obsolete: 'UxmlFactory<TCreatedType, TTraits> is deprecated and will be removed. Use UxmlElementAttribute instead.'
|
Run game-ci/unity-builder@v4
Assets/Scripts/UI/SettingsInfoItem.cs(14,39): warning CS0618: 'VisualElement.UxmlTraits' is obsolete: 'UxmlTraits is deprecated and will be removed. Use UxmlElementAttribute instead.'
|
Run game-ci/unity-builder@v4
Assets/Scripts/Dapp.cs(23,43): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
|
Run game-ci/unity-builder@v4
Assets/Scripts/Notification.cs(20,33): warning CS0618: 'Object.FindObjectOfType<T>(bool)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
Run game-ci/unity-builder@v4
Assets/Scripts/SettingsController.cs(52,13): warning CS0162: Unreachable code detected
|
Run game-ci/unity-builder@v4
Assets/Scripts/Dapp.cs(155,57): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build-Android", "Build-StandaloneWindows64", "Build-WebGL".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading