File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 # Download the build artifacts attached to this workflow run.
5959 - name : Download artifact
60- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
60+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
6161 with :
6262 name : ${{ inputs.artifact-name }}
6363 path : dist
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 fetch-depth : 0
108108
109109 - name : Download artifact
110- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
110+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
111111 with :
112112 name : artifact-ubuntu-latest-python-3.12
113113 path : dist
@@ -208,7 +208,7 @@ jobs:
208208 fetch-depth : 0
209209
210210 - name : Download provenance
211- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
211+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
212212 with :
213213 name : ${{ needs.provenance.outputs.provenance-name }}
214214
You can’t perform that action at this time.
0 commit comments