Skip to content

Commit c6f2c84

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#830)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 485531d commit c6f2c84

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
106+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
119+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
120120
with:
121121
name: cuda-pathfinder-wheel
122122
path: ./cuda_pathfinder
@@ -130,14 +130,14 @@ jobs:
130130
131131
- name: Download cuda.bindings build artifacts
132132
if: ${{ !inputs.is-release }}
133-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
133+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
134134
with:
135135
name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
136136
path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
137137

138138
- name: Download cuda.bindings build artifacts
139139
if: ${{ inputs.is-release }}
140-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
140+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
141141
with:
142142
pattern: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
143143
merge-multiple: true
@@ -152,14 +152,14 @@ jobs:
152152
153153
- name: Download cuda.core build artifacts
154154
if: ${{ !inputs.is-release }}
155-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
155+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
156156
with:
157157
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
158158
path: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
159159

160160
- name: Download cuda.core build artifacts
161161
if: ${{ inputs.is-release }}
162-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
162+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
163163
with:
164164
pattern: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
165165
merge-multiple: true

.github/workflows/test-wheel-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,21 @@ jobs:
162162
run: ./ci/tools/env-vars test
163163

164164
- name: Download cuda-pathfinder build artifacts
165-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
165+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
166166
with:
167167
name: cuda-pathfinder-wheel
168168
path: ./cuda_pathfinder
169169

170170
- name: Download cuda-python build artifacts
171171
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
172-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
172+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
173173
with:
174174
name: cuda-python-wheel
175175
path: .
176176

177177
- name: Download cuda.bindings build artifacts
178178
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
179-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
179+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
180180
with:
181181
name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
182182
path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Download cuda.bindings Cython tests
230230
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
231-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
231+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
232232
with:
233233
name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}-tests
234234
path: ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}
@@ -240,7 +240,7 @@ jobs:
240240
ls -lahR $CUDA_BINDINGS_CYTHON_TESTS_DIR
241241
242242
- name: Download cuda.core build artifacts
243-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
243+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
244244
with:
245245
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
246246
path: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -252,7 +252,7 @@ jobs:
252252
253253
- name: Download cuda.core Cython tests
254254
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
255-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
255+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
256256
with:
257257
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
258258
path: ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}

.github/workflows/test-wheel-windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,21 @@ jobs:
122122
run: ./ci/tools/env-vars test
123123

124124
- name: Download cuda-pathfinder build artifacts
125-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
125+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
126126
with:
127127
name: cuda-pathfinder-wheel
128128
path: ./cuda_pathfinder
129129

130130
- name: Download cuda-python build artifacts
131131
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
132-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
132+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
133133
with:
134134
name: cuda-python-wheel
135135
path: .
136136

137137
- name: Download cuda.bindings build artifacts
138138
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
139-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
139+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
140140
with:
141141
name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
142142
path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -209,7 +209,7 @@ jobs:
209209
210210
- name: Download cuda.bindings Cython tests
211211
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
212-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
212+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
213213
with:
214214
name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}-tests
215215
path: ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}
@@ -221,7 +221,7 @@ jobs:
221221
Get-ChildItem -Recurse -Force $env:CUDA_BINDINGS_CYTHON_TESTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
222222
223223
- name: Download cuda.core build artifacts
224-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
224+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
225225
with:
226226
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
227227
path: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -233,7 +233,7 @@ jobs:
233233
234234
- name: Download cuda.core Cython tests
235235
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
236-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
236+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
237237
with:
238238
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
239239
path: ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}

0 commit comments

Comments
 (0)