File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,9 @@ jobs:
108
108
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p11_CrystalBall"
109
109
# CapacitiveSensor library does not support megaAVR core yet
110
110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111
+
111
112
- name : Compile examples
112
- uses : arduino/actions/libraries/ compile-examples@master
113
+ uses : arduino/compile-sketches@main
113
114
with :
114
115
fqbn : ${{ matrix.board.fqbn }}
115
116
libraries : |
@@ -147,7 +148,7 @@ jobs:
147
148
verbose : ' true'
148
149
149
150
- name : Save memory usage change report as artifact
150
- uses : actions/upload-artifact@v1
151
+ uses : actions/upload-artifact@v2
151
152
with :
152
153
name : size-deltas-reports
153
154
path : size-deltas-reports
You can’t perform that action at this time.
0 commit comments