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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 05:52:22 +00:00 committed by GitHub
parent 3bd861239b
commit 7c48dc8555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
python setup.py sdist
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/
@ -66,7 +66,7 @@ jobs:
CIBW_SKIP: cp*-win32
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl

View File

@ -29,7 +29,7 @@ jobs:
winbuild\builddist.bat
- name: Archive Windows Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yoga-vX.X.X_win_standalone_x86-64
path: yogawin.dist