From 0c71555f12f1084812a690d8f65186d302edf296 Mon Sep 17 00:00:00 2001 From: ksuchitra532 <62082236+ksuchitra532@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:43:13 +0100 Subject: [PATCH] Rename workflow and update job dependencies --- .github/workflows/LTS2026.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/LTS2026.yml b/.github/workflows/LTS2026.yml index cf6b9aca..ced60422 100644 --- a/.github/workflows/LTS2026.yml +++ b/.github/workflows/LTS2026.yml @@ -1,4 +1,4 @@ -name: Monthly +name: LTS2026 on: @@ -22,13 +22,13 @@ on: jobs: - Monthly: - name: "Monthly" + LTS2026: + name: "LTS2026" runs-on: Windows timeout-minutes: 60 steps: - name: Check out the GM-TestFramework repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: GM-TF - name: Testing Manually witth passing RSS_Feed for Monthly builds @@ -37,7 +37,7 @@ jobs: shell: pwsh - name: Upload Results Artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: summary_file-${{ github.event.inputs.RUNTIME_VERSION }} path: ${{ github.workspace }}\GM-TF\results @@ -64,7 +64,7 @@ jobs: Slack-Notifications: name: "Slack-Notification" runs-on: ubuntu-24.04 - needs: [Monthly] + needs: [LTS2026] if: always() steps: - name: Slack Notification on Failure