Skip to content

Commit 788926a

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents f13bb7b + 7631484 commit 788926a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: mne_icalabel-sys_info --developer
3434
- run: sphinx-build ./main/doc ./doc-build/dev -W --keep-going
3535
- run: sudo rm -R ./doc-build/dev/.doctrees
36-
- uses: actions/upload-artifact@v6
36+
- uses: actions/upload-artifact@v7
3737
with:
3838
name: doc-dev
3939
path: ./doc-build/dev
@@ -47,7 +47,7 @@ jobs:
4747
contents: write
4848
steps:
4949
- uses: actions/checkout@v6
50-
- uses: actions/download-artifact@v7
50+
- uses: actions/download-artifact@v8
5151
with:
5252
name: doc-dev
5353
path: ./doc-dev

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
journal: joss
1616
paper-path: paper/paper.md
17-
- uses: actions/upload-artifact@v6
17+
- uses: actions/upload-artifact@v7
1818
with:
1919
name: paper
2020
path: paper/paper.pdf

0 commit comments

Comments
 (0)