Merge pull request #2291 from KLayout/dependabot/github_actions/actions/download-artifact-8

Bump actions/download-artifact from 7 to 8
This commit is contained in:
Matthias Köfferlein
2026-03-01 23:24:30 +01:00
committed by GitHub
+2 -2
View File
@@ -122,7 +122,7 @@ jobs:
needs: [build, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
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@v7
- uses: actions/download-artifact@v8
with:
merge-multiple: true
path: dist