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 1877741 commit f968be8Copy full SHA for f968be8
.github/workflows/python-release.yml
@@ -80,7 +80,7 @@ jobs:
80
if: startsWith(matrix.os, 'ubuntu')
81
run: ls -lah dist/* && cp dist/* wheelhouse/
82
83
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
84
with:
85
name: "release-${{ github.event.inputs.version }}"
86
path: ./wheelhouse/*
0 commit comments