File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
90
90
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
91
91
92
92
- name : Save sketches report as workflow artifact
93
- uses : actions/upload-artifact@v3
93
+ uses : actions/upload-artifact@v4
94
94
with :
95
95
if-no-files-found : error
96
96
path : ${{ env.SKETCHES_REPORTS_PATH }}
97
- name : sketches-reports-artifact
97
+ name : sketches-reports-artifact-${{ matrix.board.internalid }}
98
98
99
99
# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
100
100
report :
@@ -104,9 +104,10 @@ jobs:
104
104
steps :
105
105
# This step is needed to get the size data produced by the compile jobs
106
106
- name : Download sketches reports artifact
107
- uses : actions/download-artifact@v3
107
+ uses : actions/download-artifact@v4
108
108
with :
109
- name : sketches-reports-artifact
109
+ pattern : sketches-reports-artifact-*
110
+ merge-multiple : true
110
111
path : ${{ env.SKETCHES_REPORTS_PATH }}
111
112
112
113
- uses : arduino/report-size-deltas@v1
You can’t perform that action at this time.
0 commit comments