File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 echo "Running full regression test"
3535 echo "୧(๑•̀ヮ•́)૭ LET'S GO! ٩(^ᗜ^ )و "
3636
37- - uses : actions/upload-artifact@v3
37+ - uses : actions/upload-artifact@v4
3838 if : always()
3939 with :
4040 name : logs
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 --participant_label ${{ matrix.participant }} \
105105 --preconfig ${{ matrix.preconfig }} \
106106 --n_cpus 2
107- - uses : actions/upload-artifact@v3
107+ - uses : actions/upload-artifact@v4
108108 if : ${{ always() }}
109109 with :
110110 name : expectedOutputs human ${{ matrix.preconfig }} ${{ matrix.variant }} ${{ matrix.participant }}
@@ -168,7 +168,7 @@ jobs:
168168 --preconfig ${{ matrix.preconfig }} \
169169 --participant_label ${{ matrix.participant }} \
170170 --n_cpus 2
171- - uses : actions/upload-artifact@v3
171+ - uses : actions/upload-artifact@v4
172172 if : ${{ always() }}
173173 with :
174174 name : expectedOutputs nhp ${{ matrix.preconfig }} ${{ matrix.variant }} ${{ matrix.participant }}
@@ -226,7 +226,7 @@ jobs:
226226 /test-data /outputs test_config \
227227 --preconfig rodent \
228228 --n_cpus 2
229- - uses : actions/upload-artifact@v3
229+ - uses : actions/upload-artifact@v4
230230 if : ${{ always() }}
231231 with :
232232 name : expectedOutputs rodent ${{ matrix.variant }}
You can’t perform that action at this time.
0 commit comments