File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,10 @@ jobs:
79
79
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
80
80
81
81
- name : Get binaries
82
- id : cache-build-binaries
83
- uses : actions/cache/restore@v4
84
82
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
83
+ uses : actions/download-artifact@v4
85
84
with :
86
- fail-on-cache-miss : true
87
- key : tests-${{ env.id }}-bin
85
+ name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
88
86
path : |
89
87
~/.arduino/tests/**/build*.tmp/*.bin
90
88
~/.arduino/tests/**/build*.tmp/*.elf
Original file line number Diff line number Diff line change @@ -113,11 +113,9 @@ jobs:
113
113
114
114
- name : Get binaries
115
115
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
116
- id : cache-build-binaries
117
- uses : actions/cache/restore@v4
116
+ uses : actions/download-artifact@v4
118
117
with :
119
- fail-on-cache-miss : true
120
- key : tests-${{ env.id }}-bin
118
+ name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
121
119
path : |
122
120
~/.arduino/tests/**/build*.tmp/*.bin
123
121
~/.arduino/tests/**/build*.tmp/*.elf
Original file line number Diff line number Diff line change 91
91
92
92
- name : Get binaries
93
93
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
94
- id : cache-build-binaries
95
- uses : actions/cache/restore@v4
94
+ uses : actions/download-artifact@v4
96
95
with :
97
- fail-on-cache-miss : true
98
- key : tests-${{ env.id }}-bin
96
+ name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
99
97
path : |
100
98
~/.arduino/tests/**/build*.tmp/*.bin
101
99
~/.arduino/tests/**/build*.tmp/*.elf
You can’t perform that action at this time.
0 commit comments