Merge pull request #1382 from KLayout/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
Matthias Köfferlein 2023-05-23 19:43:33 +02:00 committed by GitHub
commit 7128e59431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
ls -la $HOST_CCACHE_DIR
ccache -s
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
@ -84,7 +84,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz