mirror of https://github.com/KLayout/klayout.git
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/download-artifact-4'
This commit is contained in:
commit
d6b4d2c518
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
needs: [build, make_sdist]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Reference in New Issue