Skip to content

Commit df0e6a0

Browse files
Merge pull request #515 from Blosc/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9835b7e + 23e7aa0 commit df0e6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
113+
- uses: actions/upload-artifact@v5
114114
with:
115115
name: ${{ matrix.artifact_name }}
116116
path: |

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: cibuildwheel --platform pyodide
5151

5252
- name: Upload wheels
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: wheels-wasm-${{ matrix.os }}-${{ matrix.p_ver }}
5656
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)