Skip to content

Commit 5f27f80

Browse files
build(deps): 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 ad56b56 commit 5f27f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-wheels-emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
output-dir: dist
148148

149-
- uses: actions/upload-artifact@v5
149+
- uses: actions/upload-artifact@v6
150150
id: build_wheels
151151
with:
152152
name: python-wheels-${{runner.os}}_${{inputs.arch}}

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install -U pip setuptools
3737
python setup.py sdist
3838
39-
- uses: actions/upload-artifact@v5
39+
- uses: actions/upload-artifact@v6
4040
id: build_wheels
4141
with:
4242
name: python-wheels-sdist

0 commit comments

Comments
 (0)