File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
- " .github/workflows/compile-examples.yml"
13
13
- " examples/**"
14
14
- " src/**"
15
-
15
+
16
+ workflow_dispatch :
17
+ repository_dispatch :
18
+
16
19
jobs :
17
20
build :
18
21
name : ${{ matrix.board.fqbn }}
@@ -155,7 +158,7 @@ jobs:
155
158
156
159
steps :
157
160
- name : Checkout repository
158
- uses : actions/checkout@v3
161
+ uses : actions/checkout@master
159
162
160
163
- name : Install ESP32 platform dependencies
161
164
if : startsWith(matrix.board.fqbn, 'esp32:esp32')
@@ -178,8 +181,8 @@ jobs:
178
181
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
179
182
180
183
- name : Save sketches report as workflow artifact
181
- uses : actions/upload-artifact@v3
184
+ uses : actions/upload-artifact@v4
182
185
with :
183
186
if-no-files-found : error
184
187
path : ${{ env.SKETCHES_REPORTS_PATH }}
185
- name : ${{ env.SKETCHES_REPORTS_PATH }}
188
+ name : artifacts- ${{ env.SKETCHES_REPORTS_PATH }}-${{ strategy.job-index }}
You can’t perform that action at this time.
0 commit comments