Skip to content

Commit 7cd0438

Browse files
authored
Update ci.yml
updated actions
1 parent b008016 commit 7cd0438

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434

3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Setup MPI
3939
id: setup-mpi
@@ -53,13 +53,13 @@ jobs:
5353
if: ${{ matrix.mpi == 'openmpi' }}
5454

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

6161
- name: Set up Python
62-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: ${{ matrix.python }}
6565
cache: 'pip'
@@ -90,7 +90,7 @@ jobs:
9090
pip list
9191
9292
- name: archive build log
93-
uses: actions/upload-artifact@v3.1.1
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: buildlog
9696
path: build.log

0 commit comments

Comments
 (0)