Skip to content

Commit 01f3e74

Browse files
giulcioffiper1234
andcommitted
Update names and paths for compile-sketches and report-size-deltas actions
Co-authored-by: per1234 <accounts@perglass.com>
1 parent d7d471b commit 01f3e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
path: extras
196196

197197
- name: Compile examples
198-
uses: arduino/actions/libraries/compile-examples@master
198+
uses: arduino/compile-sketches@main
199199
with:
200200
fqbn: ${{ matrix.board.fqbn }}
201201
libraries: |
@@ -262,4 +262,4 @@ jobs:
262262
uses: actions/upload-artifact@v1
263263
with:
264264
name: size-deltas-reports
265-
path: size-deltas-reports
265+
path: size-deltas-reports

.github/workflows/report-size-deltas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010

1111
steps:
1212
- name: Comment size deltas reports to PRs
13-
uses: arduino/actions/libraries/report-size-deltas@master
13+
uses: arduino/report-size-deltas@main

0 commit comments

Comments
 (0)