File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 if : needs.check_env_variables.outputs.gcp-variables-set == 'true'
203203 steps :
204204 - name : Download compressed sources from artifacts
205- uses : actions/download-artifact@v4.1.8
205+ uses : actions/download-artifact@v6
206206 with :
207207 name : source_zip
208208 path : source/
@@ -233,13 +233,13 @@ jobs:
233233 py_version : ["cp39-", "cp310-", "cp311-", "cp312-"]
234234 steps :
235235 - name : Download python source distribution from artifacts
236- uses : actions/download-artifact@v4.1.8
236+ uses : actions/download-artifact@v6
237237 with :
238238 name : source
239239 path : apache-beam-source
240240 - name : Download Python SDK RC source distribution from artifacts
241241 if : ${{ needs.build_source.outputs.is_rc == 1 }}
242- uses : actions/download-artifact@v4.1.8
242+ uses : actions/download-artifact@v6
243243 with :
244244 name : source_rc${{ needs.build_source.outputs.rc_num }}
245245 path : apache-beam-source-rc
@@ -316,7 +316,7 @@ jobs:
316316 if : needs.check_env_variables.outputs.gcp-variables-set == 'true' && github.event_name != 'pull_request'
317317 steps :
318318 - name : Download wheels from artifacts
319- uses : actions/download-artifact@v4
319+ uses : actions/download-artifact@v6
320320 with :
321321 pattern : wheelhouse-*
322322 merge-multiple : true
You can’t perform that action at this time.
0 commit comments