NationalBankBelgium / stark

Modern client-side Web application framework based on Angular, Angular Material / Material Design, TypeScript, Redux, RxJS, ...
https://stark.nbb.be
Other
55 stars 23 forks source link

ci: update `download-artifact` and `upload-artifact` actions #3804

Open SuperITMan opened 4 months ago

SuperITMan commented 4 months ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem

Current behavior

As mentioned in Deprecation notice: v3 of the artifact actions, starting November 30, 2024 the download-artifact and upload-artifact actions in v3 will no longer be available.

Expected behavior

The actions should be updated to v4. However the v4 comes with some breaking changes. See https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md

What is the motivation / use case for changing the behavior?

Prevent the CI from breaking.

SuperITMan commented 4 months ago

Solved in Stark 12 by #3803