Skip to content

Commit 23e7aa0

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7667f3 commit 23e7aa0

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)