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.
2 parents 0de0a89 + 292ed79 commit 567a7e8Copy full SHA for 567a7e8
.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@v4
+ uses: actions/download-artifact@v6
35
with:
36
path: dist/
37
pattern: python-wheels-${{runner.os}}_${{inputs.arch}}*
.github/workflows/python-wheels.yml
@@ -144,7 +144,7 @@ jobs:
144
- uses: actions/checkout@v4
145
146
- name: Download artifacts
147
148
149
150
pattern: python-wheels-*
0 commit comments