Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
updated actions
  • Loading branch information
rieder authored Jun 17, 2024
1 parent b008016 commit 7cd0438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup MPI
id: setup-mpi
Expand All @@ -53,13 +53,13 @@ jobs:
if: ${{ matrix.mpi == 'openmpi' }}

- name: Set up JDK 1.8
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'pip'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
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 7cd0438

Please sign in to comment.