Skip to content

Commit cb1c6d3

Browse files
Bump actions/upload-artifact from 4 to 7 (#699)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7281188 commit cb1c6d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/joss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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/

.github/workflows/mpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)