We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8a84d commit 89a2b24Copy full SHA for 89a2b24
.github/workflows/github-actions.yml
@@ -1052,7 +1052,7 @@ jobs:
1052
if: matrix.cibw_build
1053
run: twine check wheelhouse/*.whl
1054
- name: upload wheel
1055
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
1056
1057
with:
1058
path: wheelhouse/*.whl
ci/templates/.github/workflows/github-actions.yml
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments