-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit 71aa464
Update action versions used in CI workflows
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.1 parent aa6dcf7 commit 71aa464
File tree
2 files changed
+6
-5
lines changed- .github/workflows
2 files changed
+6
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | + | ||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
65 | - | ||
66 | + | ||
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
| |||
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
81 | - | ||
82 | + | ||
82 | 83 |
| |
83 | - | ||
84 | - | ||
84 | + | ||
85 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + |
0 commit comments