Merge pull request #1383 from KLayout/dependabot/github_actions/actions/download-artifact-3

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

View File

@ -92,7 +92,7 @@ jobs:
needs: [build, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
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@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist