mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
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:
commit
b0a4e4218f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maturin.yml
vendored
2
.github/workflows/maturin.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue