File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 54
54
- ~/Arduino/libraries/Arduino_LPS22HB/examples
55
55
- ~/Arduino/libraries/ArduinoDMX/examples
56
56
- ~/Arduino/libraries/ArduinoRS485/examples
57
+ SKETCHES_REPORTS_PATH : sketches-reports
57
58
58
59
strategy :
59
60
fail-fast : false
@@ -108,7 +109,7 @@ jobs:
108
109
# CapacitiveSensor library does not support megaAVR core yet
109
110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
110
111
- name : Compile examples
111
- uses : arduino/actions/libraries/ compile-examples@master
112
+ uses : arduino/compile-sketches@v1
112
113
with :
113
114
github-token : ${{ secrets.GITHUB_TOKEN }}
114
115
fqbn : ${{ matrix.board.fqbn }}
@@ -145,9 +146,10 @@ jobs:
145
146
${{ matrix.additional-sketch-paths }}
146
147
enable-deltas-report : ' true'
147
148
verbose : ' true'
149
+ sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
148
150
149
151
- name : Save memory usage change report as artifact
150
- uses : actions/upload-artifact@v1
152
+ uses : actions/upload-artifact@v2
151
153
with :
152
- name : size-deltas-reports
153
- path : size-deltas-reports
154
+ path : ${{ env.SKETCHES_REPORTS_PATH }}
155
+ name : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Comment size deltas reports to PRs
13
- uses : arduino/actions/libraries/report-size-deltas@master
13
+ uses : arduino/report-size-deltas@v1
14
+ with :
15
+ # The name of the workflow artifact created by the sketch compilation workflow
16
+ sketches-reports-source : sketches-reports
You can’t perform that action at this time.
0 commit comments