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