Skip to content

Commit

Permalink
Merge pull request #1062 from pypa/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4.1.4

Bump actions/download-artifact from 4.1.3 to 4.1.4
  • Loading branch information
sigmavirus24 committed Mar 3, 2024
2 parents 5c45a1b + 9092e62 commit c57d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: "Download dists"
uses: "actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85"
uses: "actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427"
with:
name: "dist"
path: "dist/"
Expand Down

0 comments on commit c57d4b9

Please sign in to comment.