Revert "Bump actions/download-artifact from 3 to 4"
This reverts commit f7384c3f4f1ce71838d063b4424efef09eed4b1b.
This commit is contained in:
parent
a778cbe200
commit
004a526185
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@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: dist
|
path: dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user