Skip to content

Commit c4ff2d6

Browse files
Bump actions/upload-artifact from 6 to 7 (#418)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 de820d4 commit c4ff2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
130+
- uses: actions/upload-artifact@v7
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@v6
161+
- uses: actions/upload-artifact@v7
162162
with:
163163
name: artifact-sdist
164164
path: python/wheelhouse/*.tar.gz

0 commit comments

Comments
 (0)