Skip to content

Commit f18ef4a

Browse files
authored
Merge pull request #174 from scientificcomputing/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents fddb3fc + 949021a commit f18ef4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

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

4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
path: ${{ env.PUBLISH_DIR }}
4646
name: ${{ matrix.label }}-docs

.github/workflows/pypi.yml

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

23-
- uses: actions/upload-artifact@v5
23+
- uses: actions/upload-artifact@v6
2424
with:
2525
path: dist/*
2626

0 commit comments

Comments
 (0)