Skip to content

Commit

Permalink
Update names and paths for compile-sketches and report-size-deltas ac…
Browse files Browse the repository at this point in the history
…tions

Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
giulcioffi and per1234 committed Oct 16, 2020
1 parent d7d471b commit 01f3e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
path: extras

- name: Compile examples
uses: arduino/actions/libraries/compile-examples@master
uses: arduino/compile-sketches@main
with:
fqbn: ${{ matrix.board.fqbn }}
libraries: |
Expand Down Expand Up @@ -262,4 +262,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: size-deltas-reports
path: size-deltas-reports
path: size-deltas-reports
2 changes: 1 addition & 1 deletion .github/workflows/report-size-deltas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:

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

0 comments on commit 01f3e74

Please sign in to comment.