Skip to content

Commit

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

Bump actions/download-artifact from 3.0.2 to 4.1.2
  • Loading branch information
sigmavirus24 committed Feb 12, 2024
2 parents dfd903b + d4b1df6 commit 07af32d
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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a"
uses: "actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe"
with:
name: "dist"
path: "dist/"
Expand Down

0 comments on commit 07af32d

Please sign in to comment.