chore(deps): update actions/download-artifact action to v4

This commit is contained in:
renovate[bot] 2024-01-01 01:35:50 +00:00 committed by GitHub
parent 9ac45ae48b
commit b95306fb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')" if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist] needs: [linux, windows, macos, sdist]
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: wheels name: wheels
- name: Publish to PyPI - name: Publish to PyPI