Skip to content

Commit

Permalink
Update compile-examples.yml
Browse files Browse the repository at this point in the history
Updated actions (switch from node12 to node16)
  • Loading branch information
thweit00 committed May 3, 2023
1 parent 9de74f0 commit 7299341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Compile examples
#uses: arduino/actions/libraries/compile-examples@master
Expand All @@ -67,7 +67,7 @@ jobs:
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

- name: Save memory usage change report as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.SKETCHES_REPORTS_PATH }}
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 comments on commit 7299341

Please sign in to comment.