Switching to upload-artifact v4 as v3 is deprecated

This commit is contained in:
Matthias Koefferlein 2025-02-22 18:49:29 +01:00
parent 7d1ddd95df
commit cb0b0baa4a
1 changed files with 2 additions and 2 deletions

View File

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