Skip to content

Commit a07635b

Browse files
authored
Merge pull request #137 from DynamicTimeWarping/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1b41a48 + f0abc94 commit a07635b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# CIBW_ARCHS_LINUX: auto64
2626
# CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
2727

28-
- uses: actions/upload-artifact@v5
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3131
path: ./wheelhouse/*.whl
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build SDist
4545
run: pipx run build --sdist
4646

47-
- uses: actions/upload-artifact@v5
47+
- uses: actions/upload-artifact@v6
4848
with:
4949
name: cibw-sdist
5050
path: dist/*.tar.gz

0 commit comments

Comments
 (0)