Skip to content

Commit a4622c5

Browse files
authored
Merge pull request #346 from Blosc/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 407f9c4 + 7cd4d7a commit a4622c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
CIBW_BUILD_VERBOSITY: 1
9292

9393
- name: Upload wheels
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
9797
path: ./wheelhouse/*.whl
@@ -118,7 +118,7 @@ jobs:
118118
- name: Build SDist
119119
run: python setup.py sdist
120120

121-
- uses: actions/upload-artifact@v4
121+
- uses: actions/upload-artifact@v6
122122
with:
123123
name: wheels-source
124124
path: dist/*.tar.gz

0 commit comments

Comments
 (0)