We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4c690 + 7fdcedb commit c9e8381Copy full SHA for c9e8381
2 files changed
.github/workflows/python-wheels-test.yml
@@ -31,7 +31,7 @@ jobs:
31
python-version: '3.12'
32
33
- name: Download the wheels
34
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
35
with:
36
path: dist/
37
pattern: python-wheels-${{runner.os}}_${{inputs.arch}}*
.github/workflows/python-wheels.yml
@@ -136,7 +136,7 @@ jobs:
136
- uses: actions/checkout@v6
137
138
- name: Download artifacts
139
140
141
142
pattern: python-wheels-*
0 commit comments