update release draft workflow #20
Annotations
1 error and 12 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
Resumer/models/Command.cs#L305
'Command.CommandProcess.OnStandardOutput': new protected member declared in sealed type
|
Resumer/models/Command.cs#L319
'Command.CommandProcess.OnProcessExited': new protected member declared in sealed type
|
Resumer/models/Command.cs#L325
'Command.CommandProcess.OnStandardError': new protected member declared in sealed type
|
Resumer/CommandOutput.cs#L122
Possible null reference argument for parameter 'json' in 'JsonText.JsonText(string json)'.
|
Resumer/cli/commands/get/OutputCommandSettings.cs#L95
Possible null reference argument for parameter 'table' in 'string OutputCommandSettings.Output(Table table)'.
|
Resumer/cli/commands/get/GetTypstTemplateCommand.cs#L19
Dereference of a possibly null reference.
|
Resumer/cli/commands/get/GetTypstTemplateCommand.cs#L44
Possible null reference argument for parameter 'value' in 'void AnsiConsole.WriteLine(string value)'.
|
Resumer/cli/commands/get/GetProjectCommand.cs#L31
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resumer/models/Resume.cs#L470
Non-nullable property 'area' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resumer/models/Job.cs#L13
Non-nullable field '_company' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "publish".
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/
|
This job failed
Loading