This commit is contained in:
Matthias Koefferlein 2024-01-05 17:50:39 +01:00
parent b0b2ec875b
commit 028a338c4b
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ jobs:
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
ls -la $HOST_CCACHE_DIR
ccache -s
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
@ -84,7 +84,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz