Skip to content

Commit 7a35fae

Browse files
build(deps): bump actions/upload-artifact from 4 to 6 (#108)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 c5b000d commit 7a35fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
5454
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel show {wheel} && delvewheel repair -w {dest_dir} {wheel} --no-mangle-all"
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v6
5757
with:
5858
name: artifact-wheels-${{ matrix.os }}
5959
path: ./wheelhouse/*.whl
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build sdist
7070
run: pipx run build --sdist
7171

72-
- uses: actions/upload-artifact@v4
72+
- uses: actions/upload-artifact@v6
7373
with:
7474
name: artifact-source
7575
path: dist/*.tar.gz

0 commit comments

Comments
 (0)