File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4040
4141 - name : Compile examples
4242 uses : arduino/compile-sketches@main
7474 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
7575
7676 - name : Save memory usage change report as artifact
77- uses : actions/upload-artifact@v2
77+ uses : actions/upload-artifact@v3
7878 with :
7979 name : ${{ env.SKETCHES_REPORTS_PATH }}
8080 path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Arduino Lint
2222 uses : arduino/arduino-lint-action@v1
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Spell check
2222 uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
7070 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171
7272 - name : Pass configuration files to next job via workflow artifact
73- uses : actions/upload-artifact@v2
73+ uses : actions/upload-artifact@v3
7474 with :
7575 path : |
7676 *.yaml
@@ -105,10 +105,10 @@ jobs:
105105 echo "::set-output name=flag::--dry-run"
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v2
108+ uses : actions/checkout@v3
109109
110110 - name : Download configuration files artifact
111- uses : actions/download-artifact@v2
111+ uses : actions/download-artifact@v3
112112 with :
113113 name : ${{ env.CONFIGURATIONS_ARTIFACT }}
114114 path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments