♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4 #465
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Domain/Entities/UserSocialMediaId.cs#L5
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UserSocialMediaId.cs#L7
Non-nullable property 'SocialMediaPlatform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UserSocialMediaId.cs#L8
Non-nullable property 'SocialMediaUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UserAchievement.cs#L5
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UserAchievement.cs#L7
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UnclaimedAchievement.cs#L5
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/UnclaimedAchievement.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/SubmittedQuizAnswer.cs#L5
Non-nullable property 'Submission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/QuizAnswer.cs#L5
Non-nullable property 'Question' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Entities/Quiz.cs#L13
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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/
|
This job succeeded
Loading