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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
60+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6161 with :
6262 name : ${{ inputs.artifact-name }}
6363 path : dist
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 fetch-depth : 0
110110
111111 - name : Download artifact
112- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
112+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
113113 with :
114114 name : artifact-ubuntu-latest-python-3.12
115115 path : dist
@@ -210,7 +210,7 @@ jobs:
210210 fetch-depth : 0
211211
212212 - name : Download provenance
213- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
213+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
214214 with :
215215 name : ${{ needs.provenance.outputs.provenance-name }}
216216
You can’t perform that action at this time.
0 commit comments