File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 - uses : actions/upload-artifact@v4
4141 if : always()
4242 with :
43- name : ${{github.job}}
43+ name : ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
4444 path : ${{github.workspace}}/**/*
4545 retention-days : 7
4646 include-hidden-files : true
7979 - uses : actions/upload-artifact@v4
8080 if : always()
8181 with :
82- name : ${{github.job}}
82+ name : ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
8383 path : ${{github.workspace}}/**/*
8484 retention-days : 7
8585 include-hidden-files : true
@@ -203,7 +203,7 @@ jobs:
203203 - uses : actions/upload-artifact@v4
204204 if : always()
205205 with :
206- name : ${{github.job}}
206+ name : ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
207207 path : ${{github.workspace}}/**/*
208208 retention-days : 7
209209 include-hidden-files : true
You can’t perform that action at this time.
0 commit comments