Skip to content

Commit 8868a85

Browse files
committed
⬆️ Upgrade upload-artifact@v4 ← v3
1 parent 96db8b0 commit 8868a85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/regression_test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/smoke_test_participant.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)