We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008016 commit 7cd0438Copy full SHA for 7cd0438
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
35
- name: Checkout
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
38
- name: Setup MPI
39
id: setup-mpi
@@ -53,13 +53,13 @@ jobs:
53
if: ${{ matrix.mpi == 'openmpi' }}
54
55
- name: Set up JDK 1.8
56
- uses: actions/setup-java@v3.9.0
+ uses: actions/setup-java@v4
57
with:
58
distribution: 'zulu' # See 'Supported distributions' for available options
59
java-version: '17'
60
61
- name: Set up Python
62
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
63
64
python-version: ${{ matrix.python }}
65
cache: 'pip'
@@ -90,7 +90,7 @@ jobs:
90
pip list
91
92
- name: archive build log
93
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v4
94
95
name: buildlog
96
path: build.log
0 commit comments