@@ -103,7 +103,7 @@ jobs:
103103 echo "CUDA_BINDINGS_ARTIFACTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/dist")" >> $GITHUB_ENV
104104
105105 - name : Download cuda-python build artifacts
106- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
106+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
107107 with :
108108 name : cuda-python-wheel
109109 path : .
@@ -116,7 +116,7 @@ jobs:
116116 ls -lahR .
117117
118118 - name : Download cuda-pathfinder build artifacts
119- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
119+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
120120 with :
121121 name : cuda-pathfinder-wheel
122122 path : ./cuda_pathfinder
@@ -128,14 +128,14 @@ jobs:
128128
129129 - name : Download cuda.bindings build artifacts
130130 if : ${{ !inputs.is-release }}
131- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
131+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
132132 with :
133133 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
134134 path : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
135135
136136 - name : Download cuda.bindings build artifacts
137137 if : ${{ inputs.is-release }}
138- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
138+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
139139 with :
140140 pattern : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
141141 merge-multiple : true
@@ -150,14 +150,14 @@ jobs:
150150
151151 - name : Download cuda.core build artifacts
152152 if : ${{ !inputs.is-release }}
153- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
153+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
154154 with :
155155 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}
156156 path : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
157157
158158 - name : Download cuda.core build artifacts
159159 if : ${{ inputs.is-release }}
160- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
160+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
161161 with :
162162 pattern : ${{ env.CUDA_CORE_ARTIFACT_NAME }}
163163 merge-multiple : true
0 commit comments