From 1bc2e413fefbe983fa085b0435e77750e3f1ea6a Mon Sep 17 00:00:00 2001 From: Matthew Bell <33056264+matthew2564@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:07:46 +0100 Subject: [PATCH] chore(gha-1): update action versions for deploy flow --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5bf8cf7049..474d564aa6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,12 +27,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: 'npm' @@ -56,7 +56,7 @@ jobs: run: npm run build -- --configuration='deploy' --output-path='dist/' - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: VTM-App-build-output path: dist/ @@ -74,13 +74,13 @@ jobs: role-session-name: GHA-VTM-Secrets - name: Get secrets from AWS - uses: aws-actions/aws-secretsmanager-get-secrets@v1 + uses: aws-actions/aws-secretsmanager-get-secrets@v2 with: secret-ids: cvs-app-vtm/gha parse-json-secrets: true - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: VTM-App-build-output path: dist/