Skip to content

Commit

Permalink
Update community-seba.yml actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder authored Jun 17, 2024
1 parent 7cd0438 commit 3b1a977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/community-seba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
java-version: [ '17' ]
name: Test AMUSE with ${{ matrix.mpi }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: ${{ matrix.mpi }}
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: ${{ matrix.java-version }}
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand All @@ -55,7 +55,7 @@ jobs:
amusifier --get-amuse-configmk
pip list
- name: archive build log
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: buildlog
path: build.log
Expand Down

0 comments on commit 3b1a977

Please sign in to comment.