Skip to content

Commit aea5d37

Browse files
authored
Merge pull request #88 from Vizonex/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 910ea72 + 80b5155 commit aea5d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
output-dir: dist
4545

46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v5
4747
with:
4848
name: wheels-${{ matrix.os }}
4949
path: dist/*.whl

.github/workflows/run-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run : python -m pip install cython
2323
- name: Build sdist
2424
run: python setup.py sdist
25-
- uses: actions/upload-artifact@v4
25+
- uses: actions/upload-artifact@v5
2626
with:
2727
name: sdist
2828
path: dist/*.tar.gz

0 commit comments

Comments
 (0)