Skip to content

Commit 3256f83

Browse files
Merge pull request #548 from Blosc/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 7993457 + d0ae0ba commit 3256f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
source sdist_test_env/bin/activate
111111
python -m pytest tests/test_open.py tests/test_vlmeta.py tests/ndarray/test_evaluate.py
112112
113-
- uses: actions/upload-artifact@v5
113+
- uses: actions/upload-artifact@v6
114114
with:
115115
name: ${{ matrix.artifact_name }}
116116
path: |

0 commit comments

Comments
 (0)