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:
Matthias Köfferlein 2025-12-07 22:26:45 +01:00 committed by GitHub
commit 1fdae945f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ jobs:
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
ls -la $HOST_CCACHE_DIR
ccache -s
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
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@v4
- uses: actions/upload-artifact@v5
with:
name: artifact-sdist
path: dist/*.tar.gz