Skip to content

Sample upgrade

Sample upgrade #29

Re-run triggered August 6, 2024 15:30
Status Failure
Total duration 3m 40s
Artifacts 3

main.yml

on: pull_request
Matrix: buildForAllSupportedPlatforms
Deploy to Vercel
3m 28s
Deploy to Vercel
Fit to window
Zoom out
Zoom in

Annotations

1 error and 29 warnings
Deploy to Vercel
Resource not accessible by integration
Build for Android
The following actions uses Node.js version which is deprecated 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/
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/WalletConnect/WalletConnectConnectionProposal.cs(48,17): warning CS1634: Expected 'disable' or 'restore'
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/Connector.cs(165,56): warning CS0108: 'Connector.AccountDisconnectedEventArgs.Empty' hides inherited member 'EventArgs.Empty'. Use the new keyword if hiding was intended.
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/WebGL/Modal/ModalInterop.cs(16,36): warning CS0626: Method, operator, or accessor 'ModalInterop.ModalCall(int, string, string, InteropService.ExternalMethodCallback)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/WebGL/Modal/ModalInterop.cs(21,36): warning CS0626: Method, operator, or accessor 'ModalInterop.ModalSubscribeState(Action<string>)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Controllers/AccountController.cs(82,27): 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.
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Web3ModalCore.cs(89,35): 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.
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Controllers/AccountController.cs(145,34): warning CS0168: The variable 'e' is declared but never used
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Presenters/WalletSearchPresenter.cs(114,28): 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.
Build for Android
Assets/Scripts/Dapp.cs(32,43): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
Build for Android
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/Connector.cs(165,56): warning CS0108: 'Connector.AccountDisconnectedEventArgs.Empty' hides inherited member 'EventArgs.Empty'. Use the new keyword if hiding was intended.
Build for StandaloneOSX
The following actions uses Node.js version which is deprecated 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/
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/WalletConnect/WalletConnectConnectionProposal.cs(48,17): warning CS1634: Expected 'disable' or 'restore'
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/Connector.cs(165,56): warning CS0108: 'Connector.AccountDisconnectedEventArgs.Empty' hides inherited member 'EventArgs.Empty'. Use the new keyword if hiding was intended.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/WebGL/Modal/ModalInterop.cs(16,36): warning CS0626: Method, operator, or accessor 'ModalInterop.ModalCall(int, string, string, InteropService.ExternalMethodCallback)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/WebGL/Modal/ModalInterop.cs(21,36): warning CS0626: Method, operator, or accessor 'ModalInterop.ModalSubscribeState(Action<string>)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Web3ModalCore.cs(89,35): 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.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Presenters/WalletSearchPresenter.cs(114,28): 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.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Controllers/AccountController.cs(82,27): 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.
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Controllers/AccountController.cs(145,34): warning CS0168: The variable 'e' is declared but never used
Build for StandaloneOSX
Assets/Scripts/Dapp.cs(32,43): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
Build for StandaloneOSX
/github/workspace/Packages/com.walletconnect.web3modal/Runtime/Connectors/Connector.cs(165,56): warning CS0108: 'Connector.AccountDisconnectedEventArgs.Empty' hides inherited member 'EventArgs.Empty'. Use the new keyword if hiding was intended.
Build for WebGL
The following actions uses Node.js version which is deprecated 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/
Build for WebGL
Assets/Scripts/Dapp.cs(32,43): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
Deploy to Vercel
The following actions uses node12 which is deprecated and will be forced to run on node16: amondnet/vercel-action@v20. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy to Vercel
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, amondnet/vercel-action@v20. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deploy to Vercel
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy to Vercel
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build-Android", "Build-StandaloneOSX", "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/

Artifacts

Produced during runtime
Name Size
Build-Android Expired
88.7 MB
Build-StandaloneOSX Expired
252 MB
Build-WebGL Expired
143 MB