Skip to content

Commit

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

build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5
  • Loading branch information
sigmavirus24 committed Apr 18, 2024
2 parents 20e3e1c + d7fc78c commit 67e87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -70,7 +70,7 @@ jobs:

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

0 comments on commit 67e87ef

Please sign in to comment.