Skip to content

Commit 526573e

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#112)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 0f5eaf3 commit 526573e

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@v6
56+
- uses: actions/upload-artifact@v7
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@v6
72+
- uses: actions/upload-artifact@v7
7373
with:
7474
name: artifact-source
7575
path: dist/*.tar.gz

0 commit comments

Comments
 (0)