fix!: remove actions bundle in favour of modern bundle #1418
Annotations
6 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, 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/
|
src/gcc/gcc.ts#L290
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
src/gcc/gcc.ts#L290
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/gcc/gcc.ts#L291
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
src/gcc/gcc.ts#L291
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist", "exe".
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/
|
The logs for this run have expired and are no longer available.
Loading