Skip to content

Commit

Permalink
Merge pull request #3043 from obspy/dependabot/github_actions/mainten…
Browse files Browse the repository at this point in the history
…ance_1.3.x/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
megies committed Apr 12, 2022
2 parents c78aa53 + 6eea3a3 commit efde4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand All @@ -103,7 +103,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit efde4ac

Please sign in to comment.