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 3878ed1 commit 8b8fe34Copy full SHA for 8b8fe34
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
CIBW_BUILD: "*cp3${{ matrix.python }}*"
75
76
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
77
with:
78
name: wheels-${{ matrix.os }}-3.${{ matrix.python }}
79
path: ./wheelhouse/*.whl
@@ -93,7 +93,7 @@ jobs:
93
uses: ./.github/actions/setup-environment
94
95
- name: Download All Artifacts
96
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
97
98
path: dist
99
merge-multiple: true
0 commit comments