Skip to content

Commit 09bc96b

Browse files
Bump actions/upload-artifact from 4 to 5 (#386)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f30f6d commit 09bc96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
package-dir: python
129129

130-
- uses: actions/upload-artifact@v4
130+
- uses: actions/upload-artifact@v5
131131
with:
132132
name: artifact-${{ matrix.os }}-${{ matrix.flavor }}-${{ matrix.target }}
133133
path: ./wheelhouse/*.whl
@@ -158,7 +158,7 @@ jobs:
158158
python -m pytest tests && \
159159
python -m pip uninstall -y keyvi
160160
161-
- uses: actions/upload-artifact@v4
161+
- uses: actions/upload-artifact@v5
162162
with:
163163
name: artifact-sdist
164164
path: python/wheelhouse/*.tar.gz

0 commit comments

Comments
 (0)