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 1ec5c1f commit e44cf55Copy full SHA for e44cf55
.github/workflows/dist.yml
@@ -143,7 +143,7 @@ jobs:
143
name: Download Wheels
144
steps:
145
- name: Download all workflow run artifacts
146
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v4
147
- name: Flatten directory
148
working-directory: .
149
run: |
.github/workflows/release-python.yml
@@ -76,7 +76,7 @@ jobs:
76
id-token: write
77
78
- name: Download all the dists
79
80
with:
81
name: all-dist-${{ github.run_id }}
82
path: dist/
0 commit comments