Skip to content

Merge pull request #108 from ingen084/add-workflow #210

Merge pull request #108 from ingen084/add-workflow

Merge pull request #108 from ingen084/add-workflow #210

Triggered via push April 25, 2024 15:46
Status Success
Total duration 7m 50s
Artifacts 10

release.yml

on: push
Matrix: publish-macos
Matrix: publish
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
publish-macos (arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-macos (arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-macos (arm64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish-macos (arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish-macos (arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish-macos (arm64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
publish-macos (x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-macos (x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-macos (x64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish-macos (x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish-macos (x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish-macos (x64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
publish (ubuntu, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (ubuntu, arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (ubuntu, arm64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish (ubuntu, arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish (ubuntu, arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish (ubuntu, arm64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
publish (ubuntu, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (ubuntu, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (ubuntu, x64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish (ubuntu, x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish (ubuntu, x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish (ubuntu, x64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
publish (windows, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (windows, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (windows, x64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish (windows, x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish (windows, x64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish (windows, x64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
publish (windows, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (windows, arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (windows, arm64): src/KyoshinEewViewer/ConfigurationLoader.cs#L137
The variable 'ex' is declared but never used
publish (windows, arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L109
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish (windows, arm64): src/KyoshinEewViewer/Series/Earthquake/Services/EarthquakeWatchService.cs#L104
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.
publish (windows, arm64): src/KyoshinEewViewer/Series/Lightning/LightningMapConnection.cs#L14
The event 'LightningMapConnection.Arrived' is never used
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: "KyoshinEewViewer-macos-arm64", "KyoshinEewViewer-macos-x64", "KyoshinEewViewer-ubuntu-arm64", "KyoshinEewViewer-ubuntu-x64", "KyoshinEewViewerUpdater-ubuntu-arm64", "KyoshinEewViewerUpdater-ubuntu-x64", "KyoshinEewViewerUpdater-windows-arm64", "KyoshinEewViewerUpdater-windows-x64", "KyoshinEewViewer-windows-arm64", "KyoshinEewViewer-windows-x64". 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
KyoshinEewViewer-macos-arm64
218 MB
KyoshinEewViewer-macos-x64
195 MB
KyoshinEewViewer-ubuntu-arm64
208 MB
KyoshinEewViewer-ubuntu-x64
186 MB
KyoshinEewViewer-windows-arm64
213 MB
KyoshinEewViewer-windows-x64
190 MB
KyoshinEewViewerUpdater-ubuntu-arm64
169 MB
KyoshinEewViewerUpdater-ubuntu-x64
152 MB
KyoshinEewViewerUpdater-windows-arm64
176 MB
KyoshinEewViewerUpdater-windows-x64
156 MB