Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #398

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #398

Status Success
Total duration 3m 15s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/cache@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: src/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMob.cs#L25
Cannot convert null literal to non-nullable reference type.
Build: src/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMobMovePath.cs#L12
'IFieldMobMovePath.Action' hides inherited member 'IMovePath<IFieldMobMoveAction>.Action'. Use the new keyword if hiding was intended.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L10
Non-nullable property 'EntryPoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Accounts/Account.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Characters/Character.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.