Bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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] 2022-04-11 11:44:07 +00:00 committed by Andrew Cassidy
parent 4cac24798e
commit b8a80235f8

View File

@ -40,7 +40,7 @@ jobs:
run: python -m twine check dist/* run: python -m twine check dist/*
- name: Upload SDist - name: Upload SDist
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
path: dist/*.tar.gz path: dist/*.tar.gz
@ -86,7 +86,7 @@ jobs:
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64" CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
- name: Upload Wheels - name: Upload Wheels
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
path: ./wheelhouse/*.whl path: ./wheelhouse/*.whl