Skip to content

Commit 02c435a

Browse files
authored
Merge pull request #11 from scientificcomputing/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 986ba81 + af3ef77 commit 02c435a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: jupyter book build --keep-going .
3939

4040
- name: Upload artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
path: ${{ env.PUBLISH_DIR }}
4444
name: ${{ matrix.label }}-docs

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build SDist and wheel
2020
run: python3 -m build --no-isolation --sdist
2121

22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v5
2323
with:
2424
path: dist/*
2525

0 commit comments

Comments
 (0)