We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028a338 commit 4e20e78Copy full SHA for 4e20e78
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
needs: [build, make_sdist]
93
runs-on: ubuntu-latest
94
steps:
95
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
96
with:
97
name: artifact
98
path: dist
@@ -109,7 +109,7 @@ jobs:
109
110
if: github.event_name == 'release' && github.event.action == 'published'
111
112
113
114
115
0 commit comments