Skip to content

Commit 1a4a824

Browse files
Bump actions/upload-artifact from 5 to 6 (#231)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c364e2 commit 1a4a824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
python -m cibuildwheel --output-dir wheelhouse
137137
138-
- uses: actions/upload-artifact@v5
138+
- uses: actions/upload-artifact@v6
139139
with:
140140
name: wheels_cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
141141
path: ./wheelhouse/so3g*cp${{ matrix.python }}-${{ matrix.builder }}*${{ matrix.arch }}*.whl

0 commit comments

Comments
 (0)