Skip to content

Commit 7fd5fa8

Browse files
Merge branch 'main' into parallel_writing
2 parents c7a08f4 + 9825702 commit 7fd5fa8

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
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install build twine
3333
- run: python -m build --sdist --wheel
3434
- run: twine check --strict dist/*
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v5
3636
with:
3737
name: dist
3838
path: dist
@@ -48,7 +48,7 @@ jobs:
4848
name: pypi
4949
url: https://pypi.org/p/mne-bids
5050
steps:
51-
- uses: actions/download-artifact@v5
51+
- uses: actions/download-artifact@v6
5252
with:
5353
name: dist
5454
path: dist

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
run: |
360360
make build-doc
361361
- name: Upload artifacts
362-
uses: actions/upload-artifact@v4
362+
uses: actions/upload-artifact@v5
363363
with:
364364
name: documentation
365365
path: doc/_build/html

0 commit comments

Comments
 (0)