Merge pull request #2135 from KLayout/dependabot/github_actions/actions/download-artifact-5

Bump actions/download-artifact from 4 to 5
This commit is contained in:
Matthias Köfferlein 2025-09-06 13:24:21 +02:00 committed by GitHub
commit ff5279fc1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ jobs:
needs: [build, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
merge-multiple: true
path: dist
@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
merge-multiple: true
path: dist