We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea8acd + 2e0d8fd commit f48c6a1Copy full SHA for f48c6a1
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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
75
with:
76
name: Packages
77
path: dist
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
0 commit comments