6464
6565 steps :
6666 - name : Checkout local github actions
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868 with :
6969 ref : ${{ env.BRANCH_NAME }}
7070 fetch-depth : 0
9191 role-session-name : fhir-validator-lambda-release-code
9292
9393 - name : download build artifact
94- uses : actions/download-artifact@v4
94+ uses : actions/download-artifact@v5
9595 with :
9696 name : ${{ inputs.BUILD_ARTIFACT }}
9797 path : .
@@ -100,13 +100,13 @@ jobs:
100100 shell : bash
101101 working-directory : .github/scripts
102102 env :
103- artifact_bucket_prefix : fhir_validator/${{ inputs.ARTIFACT_BUCKET_PREFIX }}
103+ ARTIFACT_BUCKET_PREFIX : fhir_validator/${{ inputs.ARTIFACT_BUCKET_PREFIX }}
104104 COMMIT_ID : ${{ inputs.COMMIT_ID }}
105105 LOG_LEVEL : ${{ inputs.LOG_LEVEL }}
106106 LOG_RETENTION_DAYS : ${{ inputs.LOG_RETENTION_DAYS }}
107- stack_name : ${{ inputs.STACK_NAME }}
107+ STACK_NAME : ${{ inputs.STACK_NAME }}
108108 TARGET_ENVIRONMENT : ${{ inputs.TARGET_ENVIRONMENT }}
109- template_file : template.yaml
109+ TEMPLATE_FILE : template.yaml
110110 VERSION_NUMBER : ${{ inputs.VERSION_NUMBER }}
111111 ENABLE_ALERTS : ${{ inputs.ENABLE_ALERTS }}
112112 run : ./release_code.sh
@@ -141,7 +141,7 @@ jobs:
141141 DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
142142
143143 - name : Checkout gh-pages
144- uses : actions/checkout@v4
144+ uses : actions/checkout@v5
145145 with :
146146 ref : gh-pages
147147 path : gh-pages
0 commit comments