Skip to content

Commit b02d7f6

Browse files
Bump actions/upload-artifact from 4 to 5 (#277)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67a96b0 commit b02d7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
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@v4
36+
- uses: actions/upload-artifact@v5
3737
with:
3838
name: doc-dev
3939
path: ./doc-build/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@v4
17+
- uses: actions/upload-artifact@v5
1818
with:
1919
name: paper
2020
path: paper/paper.pdf

0 commit comments

Comments
 (0)