mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore(deps): update actions/download-artifact action to v4
This commit is contained in:
parent
9ac45ae48b
commit
b95306fb03
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/')"
|
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
|
||||||
|
|
Loading…
Reference in a new issue