Skip to content

Commit

Permalink
Merge pull request #61 from lan496/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
lan496 committed Jan 1, 2024
2 parents 40e67ae + 374c989 commit b7e238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
needs: [build_wheels, build_sdist]

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit b7e238c

Please sign in to comment.