Skip to content

Commit 6cf1bb6

Browse files
committed
Update workflow with latest versions of the actions
1 parent d5799ab commit 6cf1bb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ jobs:
108108
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p11_CrystalBall"
109109
# CapacitiveSensor library does not support megaAVR core yet
110110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111+
111112
- name: Compile examples
112-
uses: arduino/actions/libraries/compile-examples@master
113+
uses: arduino/compile-sketches@main
113114
with:
114115
fqbn: ${{ matrix.board.fqbn }}
115116
libraries: |
@@ -147,7 +148,7 @@ jobs:
147148
verbose: 'true'
148149

149150
- name: Save memory usage change report as artifact
150-
uses: actions/upload-artifact@v1
151+
uses: actions/upload-artifact@v2
151152
with:
152153
name: size-deltas-reports
153154
path: size-deltas-reports

0 commit comments

Comments
 (0)