Skip to content

Commit 3b1a977

Browse files
authored
Update community-seba.yml actions
1 parent 7cd0438 commit 3b1a977

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/community-seba.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -55,7 +55,7 @@ jobs:
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

0 commit comments

Comments
 (0)