We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e27c66 commit 5163c59Copy full SHA for 5163c59
.github/workflows/ci.yml
@@ -110,19 +110,19 @@ jobs:
110
needs: [lint, test, package-sdist, package-wheel]
111
steps:
112
- uses: actions/checkout@v2
113
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v4.1.7
114
with:
115
name: sdist
116
path: dist/
117
118
119
name: wheels-win
120
121
122
123
name: wheels-macos
124
125
126
127
name: wheels-manylinux
128
0 commit comments