File tree 1 file changed +10
-22
lines changed
1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change @@ -139,33 +139,21 @@ jobs:
139
139
working-directory : " issue-bot"
140
140
run : " composer install --no-interaction --no-progress"
141
141
142
- -
uses :
Wandalen/[email protected]
142
+ - uses : actions/download-artifact@v4
143
143
with :
144
- action : actions/download-artifact@v4
145
- with : |
146
- name: playground-cache
147
- path: issue-bot/tmp
148
- attempt_limit : 5
149
- attempt_delay : 1000
144
+ name : playground-cache
145
+ path : issue-bot/tmp
150
146
151
- -
uses :
Wandalen/[email protected]
147
+ - uses : actions/download-artifact@v4
152
148
with :
153
- action : actions/download-artifact@v4
154
- with : |
155
- name: issue-cache
156
- path: issue-bot/tmp
157
- attempt_limit : 5
158
- attempt_delay : 1000
149
+ name : issue-cache
150
+ path : issue-bot/tmp
159
151
160
- -
uses :
Wandalen/[email protected]
152
+ - uses : actions/download-artifact@v4
161
153
with :
162
- action : actions/download-artifact@v4
163
- with : |
164
- pattern: results-*
165
- merge-multiple: true
166
- path: issue-bot/tmp
167
- attempt_limit : 5
168
- attempt_delay : 1000
154
+ pattern : results-*
155
+ merge-multiple : true
156
+ path : issue-bot/tmp
169
157
170
158
- name : " Evaluate results - pull request"
171
159
working-directory : " issue-bot"
You can’t perform that action at this time.
0 commit comments