19
19
with :
20
20
persist-credentials : false
21
21
22
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
22
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
23
23
with :
24
24
# NOTE: We intentionally don't use a cache in the release step,
25
25
# to reduce the risk of cache poisoning.
95
95
attestations : write # To persist the attestation files.
96
96
steps :
97
97
- name : Download artifacts directories # goes to current working directory
98
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
98
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
99
99
- name : Generate build provenance
100
100
uses : actions/attest-build-provenance@v2
101
101
with :
@@ -109,7 +109,7 @@ jobs:
109
109
id-token : write
110
110
steps :
111
111
- name : Download artifacts directories # goes to current working directory
112
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
112
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
113
113
114
114
- name : publish
115
115
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
@@ -124,7 +124,7 @@ jobs:
124
124
contents : write
125
125
steps :
126
126
- name : Download artifacts directories # goes to current working directory
127
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
127
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
128
128
129
129
- name : Upload artifacts to github
130
130
# Confusingly, this action also supports updating releases, not
0 commit comments