diff --git a/.github/workflows/deploy-app-to-env.yml b/.github/workflows/deploy-app-to-env.yml index 11fc5f1e58..4d3f867520 100644 --- a/.github/workflows/deploy-app-to-env.yml +++ b/.github/workflows/deploy-app-to-env.yml @@ -85,13 +85,13 @@ jobs: - name: upload app web gen directory uses: actions/upload-artifact@v4 with: - name: app-web-gen deploy + name: app-web-gen deploy ${{ inputs.stage_name }} path: ./services/app-web/src/gen - name: upload cypress gen directory uses: actions/upload-artifact@v4 with: - name: cypress-gen deploy + name: cypress-gen deploy ${{ inputs.stage_name }} path: ./services/cypress/gen - uses: actions/download-artifact@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2868c5c1de..91164a872a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -278,7 +278,7 @@ jobs: needs.api-unit-tests.result == 'success' && needs.build-prisma-client-lambda-layer.result == 'success' && needs.begin-deployment.result == 'success' - uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-app-to-env.yml@Bump-actions-download-and-upload-artifact-from-3-to-4 + uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-app-to-env.yml@main with: environment: dev stage_name: ${{ needs.begin-deployment.outputs.stage-name }}