Skip to content

Commit f1b76eb

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe07fe7 commit f1b76eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@v5
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-", "cp313-"]
234234
steps:
235235
- name: Download python source distribution from artifacts
236-
uses: actions/download-artifact@v5
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@v5
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@v5
319+
uses: actions/download-artifact@v6
320320
with:
321321
pattern: wheelhouse-*
322322
merge-multiple: true

0 commit comments

Comments
 (0)