Skip to content

Commit 181212b

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c1071f commit 181212b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check metadata
2626
run: pipx run twine check dist/*
2727

28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v5
2929
with:
3030
name: cibw-sdist
3131
path: dist/*.tar.gz
@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464

6565
- name: Upload wheels
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: cibw-wheels-linux-${{ matrix.arch }}
6969
path: wheelhouse/*.whl
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Download all artifacts
83-
uses: actions/download-artifact@v5
83+
uses: actions/download-artifact@v6
8484
with:
8585
pattern: cibw-*
8686
path: dist

0 commit comments

Comments
 (0)