Reapply "Bump actions/download-artifact from 3 to 4"
This reverts commit 004a52618507cb271ebbc0794aecf04f8e354db5.
This commit is contained in:
parent
701b06f3c6
commit
6f1980aae3
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
|||||||
# only run if the commit is tagged...
|
# only run if the commit is tagged...
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: dist
|
path: dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user