Skip to content

Commit 50b1196

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61c4e08 commit 50b1196

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheel_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Check metadata
6060
run: pipx run twine check dist/*
6161

62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v6
6363
with:
6464
name: cibw-sdist
6565
path: dist/*.tar.gz
@@ -148,7 +148,7 @@ jobs:
148148
CIBW_ARCHS: ${{ matrix.arch }}
149149
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
150150

151-
- uses: actions/upload-artifact@v4
151+
- uses: actions/upload-artifact@v6
152152
with:
153153
name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }}
154154
path: ./wheelhouse/*.whl
@@ -210,7 +210,7 @@ jobs:
210210
CIBW_ARCHS: ${{ matrix.arch }}
211211
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux }}
212212

213-
- uses: actions/upload-artifact@v4
213+
- uses: actions/upload-artifact@v6
214214
with:
215215
name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }}
216216
path: ./wheelhouse/*.whl
@@ -269,7 +269,7 @@ jobs:
269269
CIBW_BUILD: ${{ matrix.python }}
270270
CIBW_ARCHS: ${{ matrix.arch }}
271271

272-
- uses: actions/upload-artifact@v4
272+
- uses: actions/upload-artifact@v6
273273
with:
274274
name: cibw-wheels-${{ matrix.python }}
275275
path: ./wheelhouse/*.whl
@@ -324,7 +324,7 @@ jobs:
324324
CIBW_BUILD: ${{ matrix.python }}
325325
CIBW_ARCHS: ${{ matrix.arch }}
326326

327-
- uses: actions/upload-artifact@v4
327+
- uses: actions/upload-artifact@v6
328328
with:
329329
name: cibw-wheels-${{ matrix.python }}
330330
path: ./wheelhouse/*.whl
@@ -379,7 +379,7 @@ jobs:
379379
CIBW_BUILD: ${{ matrix.python }}
380380
CIBW_ARCHS: ${{ matrix.arch }}
381381

382-
- uses: actions/upload-artifact@v4
382+
- uses: actions/upload-artifact@v6
383383
with:
384384
name: cibw-wheels-${{ matrix.python }}
385385
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)