Skip to content

Commit cbeed74

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: pip install setuptools wheel
2020
- name: Build wheels
2121
run: python setup.py bdist_wheel
22-
- uses: actions/upload-artifact@v5
22+
- uses: actions/upload-artifact@v6
2323
with:
2424
path: dist/*.whl
2525
name: artifact-wheels
@@ -36,7 +36,7 @@ jobs:
3636
- run: pip install setuptools
3737
- name: Build sdist
3838
run: python setup.py sdist
39-
- uses: actions/upload-artifact@v5
39+
- uses: actions/upload-artifact@v6
4040
with:
4141
path: dist/*.tar.gz
4242
name: artifact-sdist

0 commit comments

Comments
 (0)