githubactions: downgrade upload-artifacts on manylinux job

This commit is contained in:
Martin Bubel 2024-07-22 10:05:21 +02:00
parent a5968b63e2
commit 915b964b73

View file

@ -223,7 +223,7 @@ jobs:
run: ls -R dist
- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist/*