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
|
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
|
||||||
ls -la $HOST_CCACHE_DIR
|
ls -la $HOST_CCACHE_DIR
|
||||||
ccache -s
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
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@v5
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: artifact-sdist
|
name: artifact-sdist
|
||||||
path: dist/*.tar.gz
|
path: dist/*.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue