We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece0668 + a891fc1 commit 0b5c057Copy full SHA for 0b5c057
1 file changed
.github/workflows/pypi.yaml
@@ -71,7 +71,7 @@ jobs:
71
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
72
73
- name: "Download build artifacts"
74
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
75
with:
76
name: Packages
77
path: dist
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
0 commit comments