We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d471b commit e04dca2Copy full SHA for e04dca2
.github/workflows/compile-examples.yml
@@ -195,7 +195,7 @@ jobs:
195
path: extras
196
197
- name: Compile examples
198
- uses: arduino/actions/libraries/compile-examples@master
+ uses: arduino/compile-sketches@main
199
with:
200
fqbn: ${{ matrix.board.fqbn }}
201
libraries: |
@@ -262,4 +262,4 @@ jobs:
262
uses: actions/upload-artifact@v1
263
264
name: size-deltas-reports
265
- path: size-deltas-reports
+ path: size-deltas-reports
0 commit comments