arduino / ArduinoCore-megaavr

Arduino Core for the ATMEGA4809 CPU
103 stars 62 forks source link

Update GitHub Actions actions used in sketch compilation CI workflows #98

Closed per1234 closed 3 years ago

per1234 commented 3 years ago

The "smoke test" sketch compilation and reporting actions have been moved to dedicated repositories. The actions hosted at the old arduino/actions/libraries/* location will no longer be maintained.

Since the time the actions were migrated to the dedicated repositories, a breaking change was made to the default value of the sketches-report-path input, which required a change to the values of the name and path inputs of the actions/upload-artifact action.

Note: the "Compile Examples" workflow run for this PR is using the changes I propose here. However, the "Report PR Size Deltas" workflow runs only use the workflow from the default branch of the repository. Because this PR changes the name of the workflow artifact generated by the "Compile Examples" workflow and consumed by the "Report PR Size Deltas" workflow, there will be no size deltas report for this PR. The reports will continue as usual after this PR is merged in to the default branch.