mirror of https://github.com/KLayout/klayout.git
Merge pull request #2255 from KLayout/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
This commit is contained in:
commit
6427605471
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
|
||||
ls -la $HOST_CCACHE_DIR
|
||||
ccache -s
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: artifact-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
- name: Build SDist
|
||||
run: pipx run build --sdist
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: artifact-sdist
|
||||
path: dist/*.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in New Issue