Merge pull request #891 from crate-ci/renovate/actions-download-artifact-4.x

chore(deps): update actions/download-artifact action to v4
This commit is contained in:
Ed Page 2024-01-01 20:37:37 -06:00 committed by GitHub
commit b0a4e4218f
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/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- name: Publish to PyPI