File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696
9797 steps :
9898 - name : Download build artifacts
99- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
99+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
100100 with :
101101 name : " python-build-dist"
102102 path : dist
@@ -181,13 +181,13 @@ jobs:
181181 git-chglog --config .github/chglog/config.yml --output CHANGELOG.md "${GITHUB_REF_NAME}"
182182
183183 - name : Download python build artifacts
184- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
184+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
185185 with :
186186 name : " python-build-dist"
187187 path : dist
188188
189189 - name : Download SLSA provenance attestation
190- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
190+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
191191 with :
192192 name : " multiple.intoto.jsonl"
193193 path : dist
You can’t perform that action at this time.
0 commit comments