From 823e7edee5e33549fc7c1158cb1edf041c491974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:44:28 +0000 Subject: [PATCH] CLDR-18356 gh:(deps): Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-icu.yml | 8 ++++---- .github/workflows/maven.yml | 4 ++-- .github/workflows/production.yml | 2 +- .github/workflows/staging.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-icu.yml b/.github/workflows/build-icu.yml index 470bb0afd38..9289879d438 100644 --- a/.github/workflows/build-icu.yml +++ b/.github/workflows/build-icu.yml @@ -77,13 +77,13 @@ jobs: steps: - name: Download CLDR Production Artifact id: downloadprod - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-prod path: . - name: Download CLDR tools id: downloadtools - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-code path: cldr-code @@ -176,7 +176,7 @@ jobs: ref: ${{ github.event.inputs.icu-ref }} lfs: false - name: Download icu-data.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: icu-data path: . @@ -222,7 +222,7 @@ jobs: - name: Checkout lfs objects run: git lfs pull - name: Download icu-data.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: icu-data path: . diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 18690f15db1..0754ca3f4d3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -277,7 +277,7 @@ jobs: lfs: false - run: mkdir -p tools/cldr-apps/target - name: Download cldr-apps.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-apps-server path: tools/cldr-apps/target/cldr-apps.zip @@ -335,7 +335,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download cldr-apps.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-apps-server - name: Deploy to cldr-smoke diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index df089f2da70..d3643d1c9c8 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download cldr-apps.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-apps-server - name: Deploy to st diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index bd9002a54ea..87bc65710a7 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download cldr-apps.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cldr-apps-server - name: Deploy to st