mirror of https://github.com/KLayout/klayout.git
Switching to upload-artifact v4 as v3 is deprecated
This commit is contained in:
parent
7d1ddd95df
commit
cb0b0baa4a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue