We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7a08f4 + 9825702 commit 7fd5fa8Copy full SHA for 7fd5fa8
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install build twine
33
- run: python -m build --sdist --wheel
34
- run: twine check --strict dist/*
35
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
36
with:
37
name: dist
38
path: dist
@@ -48,7 +48,7 @@ jobs:
48
name: pypi
49
url: https://pypi.org/p/mne-bids
50
steps:
51
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
52
53
54
.github/workflows/unit_tests.yml
@@ -359,7 +359,7 @@ jobs:
359
run: |
360
make build-doc
361
- name: Upload artifacts
362
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
363
364
name: documentation
365
path: doc/_build/html
0 commit comments