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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
60+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
110+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
111111 with :
112112 name : artifact-ubuntu-latest-python-3.11
113113 path : dist
@@ -208,7 +208,7 @@ jobs:
208208 fetch-depth : 0
209209
210210 - name : Download provenance
211- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
211+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
212212 with :
213213 name : ${{ needs.provenance.outputs.provenance-name }}
214214
You can’t perform that action at this time.
0 commit comments