File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121 java-version : [ '17' ]
2222 name : Test AMUSE with ${{ matrix.mpi }}
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Setup MPI
2626 uses : mpi4py/setup-mpi@v1
2727 with :
2828 mpi : ${{ matrix.mpi }}
2929 - name : Set up JDK ${{ matrix.java-version }}
30- uses : actions/setup-java@v3.9.0
30+ uses : actions/setup-java@v4
3131 with :
3232 distribution : ' zulu' # See 'Supported distributions' for available options
3333 java-version : ${{ matrix.java-version }}
3434 - name : Set up Python ${{ matrix.python }}
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ${{ matrix.python }}
3838 - name : Install dependencies
5555 amusifier --get-amuse-configmk
5656 pip list
5757 - name : archive build log
58- uses : actions/upload-artifact@v3.1.1
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : buildlog
6161 path : build.log
You can’t perform that action at this time.
0 commit comments