We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a418d + 71afe7d commit 299a6b1Copy full SHA for 299a6b1
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ls -R
34
working-directory: dist
35
- name: "📤 Upload Python wheel"
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
if: matrix.python == '3.9' && matrix.os == 'ubuntu-latest'
38
with:
39
name: wheel
0 commit comments