Skip to content

Commit 4654bfc

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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>
1 parent 292dc06 commit 4654bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check metadata
4646
run: pipx run twine check dist/*
4747

48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v7
4949
with:
5050
name: sdist
5151
path: dist/*.tar.gz
@@ -181,7 +181,7 @@ jobs:
181181

182182
CIBW_TEST_SKIP: ${{ matrix.cibw_test_skip }}
183183

184-
- uses: actions/upload-artifact@v4
184+
- uses: actions/upload-artifact@v7
185185
with:
186186
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}${{ matrix.arch_note}}
187187
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)