From 816c12bcb567d3fe9b32b57c4c72dac1591895a0 Mon Sep 17 00:00:00 2001 From: roopavr-adsk <134624277+roopavr-adsk@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:16:02 -0500 Subject: [PATCH] Update maya-hydra-preflight-launcher.yml --- .../workflows/maya-hydra-preflight-launcher.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maya-hydra-preflight-launcher.yml b/.github/workflows/maya-hydra-preflight-launcher.yml index 34bfac19a8..9ec391b031 100644 --- a/.github/workflows/maya-hydra-preflight-launcher.yml +++ b/.github/workflows/maya-hydra-preflight-launcher.yml @@ -14,9 +14,9 @@ jobs: # runs-on: ubuntu-latest # if: ${{ github.event.assignee.login == 'ecp-maya-devops-adsk' }} # steps: -# # Aug 2023: Update from v2 to v3 which uses node16 (node12 is out of support). -# - uses: actions/checkout@v3 -# - uses: DoozyX/clang-format-lint-action@v0.16.2 +# # Feb 2024: Update from v3 to v4 which uses node20 (node16 is out of support). +# - uses: actions/checkout@v4 +# - uses: DoozyX/clang-format-lint-action@v0.17 # with: # source: '.' # clangFormatVersion: 14 @@ -32,7 +32,7 @@ jobs: # Build start info will be committed here when the remote build is launched - name: Setup transfer repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ecp-maya-devops-adsk/log-transfer ref: transfer-hydra @@ -76,8 +76,8 @@ jobs: # Upload files related to this build - name: Upload files in transfer-hydra directory as artifacts - # Aug 2023: Update from v2 to v3 which uses node16 (node12 is out of support). - uses: actions/upload-artifact@v3 + # Feb 2024: Update from v3 to v4 which uses node20 (node16 is out of support). + uses: actions/upload-artifact@v4 with: name: build logs path: "transfer-hydra/${{ github.run_id }}_${{ github.run_number }}_*" @@ -91,4 +91,4 @@ jobs: - name: Exit with error if a build failed # Default shell includes "-o pipefail" and "-e". Specify a different shell shell: bash --noprofile --norc {0} - run: "if grep -i failed transfer-hydra/${{ github.run_id }}_${{ github.run_number }}_result.txt; then exit 1; else exit 0; fi" \ No newline at end of file + run: "if grep -i failed transfer-hydra/${{ github.run_id }}_${{ github.run_number }}_result.txt; then exit 1; else exit 0; fi"