Skip to content

Commit 5ce7c8d

Browse files
dependabot[bot]mne-botlarsoner
authored
[dependabot]: Bump the actions group with 3 updates (mne-tools#13557)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <[email protected]> Co-authored-by: Eric Larson <[email protected]>
1 parent 3d78451 commit 5ce7c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install build twine
2929
- run: python -m build --sdist --wheel
3030
- run: twine check --strict dist/*
31-
- uses: actions/upload-artifact@v5
31+
- uses: actions/upload-artifact@v6
3232
with:
3333
name: dist
3434
path: dist
@@ -43,7 +43,7 @@ jobs:
4343
name: pypi
4444
url: https://pypi.org/p/mne
4545
steps:
46-
- uses: actions/download-artifact@v6
46+
- uses: actions/download-artifact@v7
4747
with:
4848
name: dist
4949
path: dist

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
run: MNE_SKIP_TESTING_DATASET_TESTS=true pytest -m "not (ultraslowtest or pgtest)" --tb=short --cov=mne --cov-report xml -vv -rfE mne/
166166
if: matrix.kind == 'minimal'
167167
- run: ./tools/get_testing_version.sh
168-
- uses: actions/cache@v4
168+
- uses: actions/cache@v5
169169
with:
170170
key: ${{ env.TESTING_VERSION }}
171171
path: ~/mne_data

0 commit comments

Comments
 (0)