@@ -115,21 +115,21 @@ jobs:
115115 run : ./ci/tools/env-vars test
116116
117117 - name : Download cuda-pathfinder build artifacts
118- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
118+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
119119 with :
120120 name : cuda-pathfinder-wheel
121121 path : ./cuda_pathfinder
122122
123123 - name : Download cuda-python build artifacts
124124 if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
125- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
125+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
126126 with :
127127 name : cuda-python-wheel
128128 path : .
129129
130130 - name : Download cuda.bindings build artifacts
131131 if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
132- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
132+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
133133 with :
134134 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
135135 path : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Download cuda.bindings Cython tests
183183 if : ${{ env.SKIP_CYTHON_TEST == '0' }}
184- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
185185 with :
186186 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}-tests
187187 path : ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}
@@ -193,7 +193,7 @@ jobs:
193193 ls -lahR $CUDA_BINDINGS_CYTHON_TESTS_DIR
194194
195195 - name : Download cuda.core build artifacts
196- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
196+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
197197 with :
198198 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}
199199 path : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -205,7 +205,7 @@ jobs:
205205
206206 - name : Download cuda.core Cython tests
207207 if : ${{ env.SKIP_CYTHON_TEST == '0' }}
208- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
208+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
209209 with :
210210 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
211211 path : ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}
@@ -217,7 +217,7 @@ jobs:
217217 ls -lahR $CUDA_CORE_CYTHON_TESTS_DIR
218218
219219 - name : Set up Python ${{ matrix.PY_VER }}
220- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
220+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
221221 with :
222222 python-version : ${{ matrix.PY_VER }}
223223 env :
0 commit comments