File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 GIT_SHA : $GITHUB_SHA
2424 JOURNAL : joss
2525 - name : Upload
26- uses : actions/upload-artifact@v4
26+ uses : actions/upload-artifact@v7
2727 with :
2828 name : paper
2929 path : paper/
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 pip install coverage
185185 fi
186186 NUMBA_NUM_THREADS=3 mpiexec $_mpiexec_args -n ${{ matrix.mpi-np }} python -m $COV_RUN pytest -p no:cacheprovider $COV_ARGS --timeout=600 --timeout_method=thread -s -vv -We tests_mpi;
187- - uses : actions/upload-artifact@v4
187+ - uses : actions/upload-artifact@v7
188188 with :
189189 name : plots-${{matrix.mpi-np}}
190190 path : plots
@@ -220,7 +220,7 @@ jobs:
220220 done;
221221 done;
222222
223- - uses : actions/upload-artifact@v4
223+ - uses : actions/upload-artifact@v7
224224 with :
225225 name : anims
226226 path : plots/*-anim.gif
You can’t perform that action at this time.
0 commit comments