Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/download-artifact-4'

This commit is contained in:
Matthias Koefferlein 2024-01-04 00:04:09 +01:00
commit d6b4d2c518
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@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