We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5555d commit 72ac3beCopy full SHA for 72ac3be
.github/workflows/compile-examples.yml
@@ -108,8 +108,9 @@ jobs:
108
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p11_CrystalBall"
109
# CapacitiveSensor library does not support megaAVR core yet
110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111
+
112
- name: Compile examples
- uses: arduino/actions/libraries/compile-examples@master
113
+ uses: arduino/compile-sketches@main
114
with:
115
fqbn: ${{ matrix.board.fqbn }}
116
libraries: |
@@ -147,7 +148,7 @@ jobs:
147
148
verbose: 'true'
149
150
- name: Save memory usage change report as artifact
- uses: actions/upload-artifact@v1
151
+ uses: actions/upload-artifact@v2
152
153
name: size-deltas-reports
154
path: size-deltas-reports
0 commit comments