Skip to content

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4 #465

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4 #465

Triggered via pull request September 19, 2024 05:08
Status Success
Total duration 11m 8s
Artifacts

build-and-test.yml

on: pull_request
admin  /  Build & Test
43s
admin / Build & Test
admin  /  Build & Test Android
0s
admin / Build & Test Android
api  /  Build & Test
49s
api / Build & Test
api  /  Build & Test Android
0s
api / Build & Test Android
mobile  /  Build & Test
0s
mobile / Build & Test
mobile  /  Build & Test Android
10m 55s
mobile / Build & Test Android
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
admin / Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
admin / Build & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
admin / Build & Test
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/
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
admin / Build & Test: 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.
api / Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
api / Build & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
api / Build & Test
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/
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
mobile / Build & Test Android
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/
mobile / Build & Test Android
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/
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android: 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.
mobile / Build & Test Android
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/