Skip to content

Commit 696a4b5

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#63)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca474da commit 696a4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build sdist
2222
run: |
2323
python3 setup.py sdist
24-
- uses: actions/upload-artifact@v5
24+
- uses: actions/upload-artifact@v6
2525
with:
2626
name: source-dist
2727
path: ./dist/*.tar.gz
@@ -53,7 +53,7 @@ jobs:
5353
# emulated ones
5454
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
5555

56-
- uses: actions/upload-artifact@v5
56+
- uses: actions/upload-artifact@v6
5757
with:
5858
name: ${{matrix.os}}-wheels
5959
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)