Skip to content

Commit de7d56f

Browse files
authored
Merge pull request #141 from DynamicTimeWarping/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents d85c6eb + c389d2e commit de7d56f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels_on_release.yml

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

32-
- uses: actions/upload-artifact@v6
32+
- uses: actions/upload-artifact@v7
3333
with:
3434
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3535
path: ./wheelhouse/*.whl
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build SDist
4848
run: pipx run build --sdist
4949

50-
- uses: actions/upload-artifact@v6
50+
- uses: actions/upload-artifact@v7
5151
with:
5252
name: cibw-sdist
5353
path: dist/*.tar.gz

.github/workflows/quick_test_and_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# CIBW_ARCHS_LINUX: auto64
8282
# CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
8383

84-
- uses: actions/upload-artifact@v6
84+
- uses: actions/upload-artifact@v7
8585
with:
8686
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8787
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)