Skip to content

Commit c8e78ba

Browse files
Bump actions/upload-artifact from 6 to 7
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>
1 parent e3dfe88 commit c8e78ba

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check metadata
2424
run: pipx run twine check dist/*
2525

26-
- uses: actions/upload-artifact@v6
26+
- uses: actions/upload-artifact@v7
2727
with:
2828
name: dist-sdist
2929
path: dist/*.tar.gz
@@ -49,7 +49,7 @@ jobs:
4949
shell: bash
5050

5151
- name: Upload wheels
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
path: wheelhouse/*.whl
5555
name: dist-${{ matrix.os }}

0 commit comments

Comments
 (0)