File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 strategy :
2929 matrix :
30- os : [ubuntu-20.04 ]
30+ os : [ubuntu-latest ]
3131 python : ["3.10"]
3232 fail-fast : false
3333
@@ -37,15 +37,15 @@ jobs:
3737
3838 - name : Cache Node Posix
3939 if : runner.os != 'Windows' && !env.ACT
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : ~/.npm
4343 key : npm-${{ runner.os }}-${{ env.cache-name }}
4444
4545 - name : Cache Phantoms
4646 if : ${{ !env.ACT }}
4747 id : phantom-cache
48- uses : actions/cache@v3
48+ uses : actions/cache@v4
4949 env :
5050 cache-name : cache-phantoms
5151 with :
@@ -136,15 +136,15 @@ jobs:
136136 bash python_conversions.sh
137137
138138 - name : SetupMatlab
139- if : ${{ matrix.os == 'ubuntu-20.04 ' }}
139+ if : ${{ matrix.os == 'ubuntu-latest ' }}
140140 uses : matlab-actions/setup-matlab@v1
141141 # note matlab-actions/setup-matlab@v2 breaks this script, don't update unless you're forced to
142142 # with:
143143 # release: 'R2023a'
144144 # cache: true
145145
146146 - name : Run Matlab Conversion Script on Phantoms
147- if : ${{ matrix.os == 'ubuntu-20.04 ' }}
147+ if : ${{ matrix.os == 'ubuntu-latest ' }}
148148 uses : matlab-actions/run-command@v1
149149 with :
150150 command : |
Original file line number Diff line number Diff line change 3838
3939 - name : Cache Phantoms
4040 id : cache-phantoms
41- uses : actions/cache@v2
41+ uses : actions/cache@v4
4242 with :
4343 path : US-sourced-OpenNeuroPET-Phantoms.zip
4444 key : ${{ runner.os }}-phantoms
You can’t perform that action at this time.
0 commit comments