File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,14 +197,14 @@ jobs:
197
197
198
198
- name : Archive C++ test logs
199
199
if : ${{ failure() && !(matrix.enable-mpi == false && matrix.python-version == 3.9) }}
200
- uses : actions/upload-artifact@v3
200
+ uses : actions/upload-artifact@v4
201
201
with :
202
202
name : cpp-tests-mpi-${{ matrix.enable-mpi }}-log
203
203
path : ${{ github.workspace }}/build/meep-${{ env.MEEP_VERSION }}/_build/sub/tests/test-suite.log
204
204
205
205
- name : Archive Python test logs
206
206
if : ${{ failure() && !(matrix.enable-mpi == false && matrix.python-version == 3.9) }}
207
- uses : actions/upload-artifact@v3
207
+ uses : actions/upload-artifact@v4
208
208
with :
209
209
name : py${{ matrix.python-version }}-tests-mpi-${{ matrix.enable-mpi }}-log
210
210
path : ${{ github.workspace }}/build/meep-${{ env.MEEP_VERSION }}/_build/sub/python/test-suite.log
Original file line number Diff line number Diff line change 51
51
- name : Run sanitizer
52
52
run : make -j$(nproc) check
53
53
- name : Archive test logs
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
if : failure()
56
56
with :
57
57
name : ${{ matrix.name-suffix }}-log
You can’t perform that action at this time.
0 commit comments