Skip to content

Commit

Permalink
Merge pull request #115 from siddhantgoel/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
siddhantgoel authored Oct 4, 2024
2 parents a19c98f + 9d76a3c commit ab222d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build_source, build_wheels]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit ab222d4

Please sign in to comment.