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 916154e commit 1ea2207Copy full SHA for 1ea2207
.github/workflows/build.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: "Upload artifacts @ ${{ matrix.python-version}}"
58
if: ${{ matrix.python-version != '3.x' }}
59
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
60
with:
61
name: distributions
62
path: dist/*
0 commit comments