From 38a6425c8768b2644cb561b7e8cb0d18d5805b81 Mon Sep 17 00:00:00 2001 From: semalaiappan <34613894+semalaiappan@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:44:32 +0530 Subject: [PATCH] [ODS-6409]Update upload-artifact version (#1109) --- .github/workflows/Lib edFi.ods.standard.yml | 2 +- .../Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml | 4 ++-- ...Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml | 4 ++-- .../workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml | 4 ++-- .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml | 4 ++-- .../Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml | 4 ++-- ...g EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml | 4 ++-- .../Pkg EdFi.Ods.Populated.Template.TPDM.yml | 4 ++-- .../workflows/Pkg EdFi.Ods.Populated.Template.yml | 4 ++-- ...Trgr InitDev workflows in Implementation repo.yml | 12 ++++++------ 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/Lib edFi.ods.standard.yml b/.github/workflows/Lib edFi.ods.standard.yml index 08d5e157f8..4f90cd9bf3 100644 --- a/.github/workflows/Lib edFi.ods.standard.yml +++ b/.github/workflows/Lib edFi.ods.standard.yml @@ -121,5 +121,5 @@ jobs: if: success() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Standard.*.nupkg diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml index 5f0b0572df..20099bf168 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml @@ -160,7 +160,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.PostgreSQL*.nupkg - name: Move Log Files run: | @@ -181,6 +181,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml index 497cf8aef3..aea2ea6281 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml @@ -166,7 +166,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.TPDM.Core.*.PostgreSQL*.nupkg - name: Move Log Files @@ -188,6 +188,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml index 0b654be366..bdc00c944c 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml @@ -187,7 +187,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: EdFi.Ods.Minimal.Template.TPDM.Core.Artifacts + name: EdFi.Ods.Minimal.Template.TPDM.Core.Artifacts-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.TPDM.Core*.nupkg - name: Move Log Files @@ -209,6 +209,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml index e102f4de19..e8c4c37e6c 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml @@ -179,7 +179,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.*.nupkg - name: Move Log Files run: | @@ -200,6 +200,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml index 1edf71cb8b..4c588e13ae 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml @@ -159,7 +159,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.PostgreSQL*.nupkg - name: Move Log Files run: | @@ -180,6 +180,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml index c0c11eb971..657686f428 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml @@ -165,7 +165,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.TPDM.Core.*.PostgreSQL*.nupkg - name: Move Log Files @@ -187,6 +187,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml index 3af9f7f0dc..b73cbdf8c3 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml @@ -187,7 +187,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: EdFi.Ods.Populated.Template.TPDM.Core.Artifacts + name: EdFi.Ods.Populated.Template.TPDM.Core.Artifacts-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.TPDM.Core*.nupkg - name: Move Log Files @@ -209,6 +209,6 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml index 3d47b29af1..c72cd12599 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml @@ -179,7 +179,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: NugetPackages.Artifacts + name: NugetPackages.Artifacts-${{ matrix.StandardVersion }} path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.*.nupkg - name: Move Log Files run: | @@ -200,7 +200,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: - name: Create Database Template Logs + name: Create Database Template Logs-${{ matrix.StandardVersion }} path: | ${{ github.workspace }}/CreateDatabaseTemplateLogs/*.* \ No newline at end of file diff --git a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml index bbbe7e4806..f3ab3af283 100644 --- a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml +++ b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml @@ -162,7 +162,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Await to complete the execution for InitDev , MultiTenancy RunID ${{ steps.return_dispatch_InitDevMultitenancy.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation @@ -172,7 +172,7 @@ jobs: poll_interval_ms: 5000 - name: Await to complete the execution for InitDev, Smoke Tests RunID ${{ steps.return_dispatch_InitDevSmokeTests.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation @@ -182,7 +182,7 @@ jobs: poll_interval_ms: 5000 - name: Await to complete the execution for InitDev, Unit tests, Integration tests, Package RunID ${{ steps.return_dispatch_InitDevUnittestsIntegrationtestsPackage.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation @@ -192,7 +192,7 @@ jobs: poll_interval_ms: 5000 - name: Await to complete the execution for InitDev Postgres, MultiTenancy RunID ${{ steps.return_dispatch_InitDevPostgresMultitenancy.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation @@ -202,7 +202,7 @@ jobs: poll_interval_ms: 5000 - name: Await to complete the execution for InitDev Postgres, Smoke Tests RunID ${{ steps.return_dispatch_InitDevPostgresSmokeTests.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation @@ -212,7 +212,7 @@ jobs: poll_interval_ms: 5000 - name: Await to complete the execution for InitDev Postgres, Unit tests, Integration tests RunID ${{ steps.return_dispatch_InitDevPostgresUnittestsIntegrationtests.outputs.run_id }} if: env.EXIT_STEP != 'true' - uses: Codex-/await-remote-run@d04eeb1e053a19a32037eb0b8ddee6ab4f19790a #v1.7.0 + uses: Codex-/await-remote-run@d4a6dbf57245924ff4f23e0db929b8e3ef65486b #v1.12.2 with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} repo: Ed-Fi-ODS-Implementation