From 7a9977e0a0da3d01b27c2732877f7b54a38a87fa Mon Sep 17 00:00:00 2001 From: Shubhanshu Shekhar <31477454+shubhanshushekhar@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:55:55 +0530 Subject: [PATCH 1/3] dummu commit --- .github/workflows/download-localization-strings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/download-localization-strings.yml b/.github/workflows/download-localization-strings.yml index 26096b30c4..4490b3b425 100644 --- a/.github/workflows/download-localization-strings.yml +++ b/.github/workflows/download-localization-strings.yml @@ -8,6 +8,12 @@ on: workflow_dispatch: {} jobs: + example-job: + runs-on: ubuntu-latest + steps: + - name: Hello world + run: echo "Hello world!" + download: environment: localization-database name: Download From 399249c7b7b7d86aee7992e064920271e85e99aa Mon Sep 17 00:00:00 2001 From: Shubhanshu Shekhar <31477454+shubhanshushekhar@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:02:01 +0530 Subject: [PATCH 2/3] new changes --- .github/workflows/download-localization-strings.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/download-localization-strings.yml b/.github/workflows/download-localization-strings.yml index 4490b3b425..4fc4fed21f 100644 --- a/.github/workflows/download-localization-strings.yml +++ b/.github/workflows/download-localization-strings.yml @@ -1,5 +1,6 @@ name: Download localization strings + on: schedule: # Loc handback is every Mon/Thu. @@ -8,12 +9,6 @@ on: workflow_dispatch: {} jobs: - example-job: - runs-on: ubuntu-latest - steps: - - name: Hello world - run: echo "Hello world!" - download: environment: localization-database name: Download From 92919263fa13324d5286678193a0abcb53d75b65 Mon Sep 17 00:00:00 2001 From: Shubhanshu Shekhar <31477454+shubhanshushekhar@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:14:59 +0530 Subject: [PATCH 3/3] Adding --- .github/workflows/download-localization-strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download-localization-strings.yml b/.github/workflows/download-localization-strings.yml index 4fc4fed21f..948d033f06 100644 --- a/.github/workflows/download-localization-strings.yml +++ b/.github/workflows/download-localization-strings.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v3.3.0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: localization-files path: packages/api/src/localization