Skip to content

Releases: matlab-actions/run-build

v3.2.0

27 May 04:50

Choose a tag to compare

Features

  • You can control whether to generate build and test summaries in the GitHub job summary by using the generate-summary input. If you specify generate-summary as false, the action does not generate build and test summaries

v3.1.2

20 May 19:06

Choose a tag to compare

Maintenance

  • The Run MATLAB Build action now generates signed attestations for workflow artifacts by using the attest action.

v3.1.1

07 May 20:02

Choose a tag to compare

Bug Fixes

  • This release fixes an issue with JSON encoding of multiple test session results for display in the GitHub job summary.

v3.1.0

24 Apr 11:36

Choose a tag to compare

Bug Fixes

  • This release fixes an issue with JSON encoding of Simulink® test results for display in the GitHub job summary.

v3.0.2

23 Apr 13:43

Choose a tag to compare

Features

  • To improve visual clarity, the Run MATLAB Build action no longer displays the action name when including build or test results in the GitHub job summary.

v3.0.1

07 Apr 15:01

Choose a tag to compare

Dependency Update

  • This release does not include any new features. It updates the third-party libraries used by the action.

v3.0.0

31 Mar 19:12

Choose a tag to compare

Compatibility Considerations

  • The Run MATLAB Build action now uses Node.js 24. Specify this version of the action in your workflow as matlab-actions/run-build@v3. GitHub-hosted runners automatically support the new action version. To use the new action version on a self-hosted runner, ensure that the runner uses GitHub Actions runner version v2.327.1 or later.

v2.6.1

12 Mar 04:39

Choose a tag to compare

Bug Fixes

v2.6.0

02 Dec 21:41

Choose a tag to compare

Features

  • If you have a MATLAB Test™ license, you can view your MATLAB and Simulink test results in your GitHub job summary. For more information, see View Test Results.

Maintenance

v2.5.2

22 Sep 19:16

Choose a tag to compare

Features

  • The action now supports online batch licensing.

Bug Fixes

  • The action no longer relies on a plugin that results in build errors in R2025b.