From 8b1b1f5ec097570d4668cd8a273e3ba119559c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:42:53 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 10f07625..0148e6bb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -52,7 +52,7 @@ jobs: python -m twine check wheelhouse/* - name: Upload sdist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: wheelhouse/*.tar.gz @@ -140,7 +140,7 @@ jobs: - name: Upload built wheels if: startsWith(github.ref_name, 'docs') != true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: wheelhouse/praat_parselmouth-*.whl @@ -148,7 +148,7 @@ jobs: - name: Upload wheel for ReadTheDocs if: matrix.cibw-arch == 'manylinux_x86_64' && github.ref_type == 'branch' && !startsWith(github.ref_name, 'actions') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: rtd-wheel path: wheelhouse/praat_parselmouth-*-cp311-cp311-*manylinux2014_x86_64*.whl