Skip to content

Commit ce99d2c

Browse files
Bump actions/upload-artifact from 5 to 6 (#421)
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 f072542 commit ce99d2c

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@v5
26+
- uses: actions/upload-artifact@v6
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@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
path: wheelhouse/*.whl
5555
name: dist-${{ matrix.os }}

0 commit comments

Comments
 (0)