File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9393 - name : Checkout code
9494 uses : actions/checkout@v5
9595
96- - uses : actions/download-artifact@v5
96+ - name : Download PHAR file
97+ uses : actions/download-artifact@v5
9798 with :
9899 name : parallel-lint-phar
99100
@@ -115,7 +116,8 @@ jobs:
115116 - verify
116117
117118 steps :
118- - uses : actions/download-artifact@v5
119+ - name : Download PHAR file
120+ uses : actions/download-artifact@v5
119121 with :
120122 name : parallel-lint-phar
121123
Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ jobs:
165165 if : ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
166166 run : composer test10
167167
168- - uses : actions/download-artifact@v5
168+ - name : Download PHAR file
169+ uses : actions/download-artifact@v5
169170 with :
170171 name : parallel-lint-phar
171172
You can’t perform that action at this time.
0 commit comments