Skip to content

Commit

Permalink
Update jobs-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnithinpaladin authored Jan 31, 2025
1 parent 369e660 commit 0fa3038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_QA }}
aws-region: ${{ secrets.AWS_REGION }}
- name: Download Jobs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: auth-service-artifact
- name: copy Jobs jars to S3
Expand Down Expand Up @@ -1550,4 +1550,4 @@ jobs:
run: |
cd ./installer/resources/pacbot_app/files/
aws s3 cp DB_Policy.sql s3://${{ secrets.AWS_BUCKET_QA }}/${{ needs.extract_version.outputs.version }}/qa/sql/
aws s3 cp DB.sql s3://${{ secrets.AWS_BUCKET_QA }}/${{ needs.extract_version.outputs.version }}/qa/sql/
aws s3 cp DB.sql s3://${{ secrets.AWS_BUCKET_QA }}/${{ needs.extract_version.outputs.version }}/qa/sql/

0 comments on commit 0fa3038

Please sign in to comment.