Skip to content

ci: update from old upload-artifact version #97

ci: update from old upload-artifact version

ci: update from old upload-artifact version #97

Triggered via push June 1, 2025 10:32
Status Cancelled
Total duration 58s
Artifacts

build.yml

on: push
release
2s
release
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
release
Missing download info for actions/upload-artifact@v3
Build
The run was canceled by @lmichaelis.
test (windows-2019)
The operation was canceled.
test (windows-2019)
The run was canceled by @lmichaelis.
test (ubuntu-latest): ZenKit/BspTree.cs#L124
Non-nullable property 'LightPoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L120
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L119
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L118
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/Boxes.cs#L53
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/Boxes.cs#L51
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L41
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L40
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/BspTree.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (ubuntu-latest): ZenKit/Vobs/VirtualObject.cs#L351
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.