File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@v1
14
14
15
15
- name : Configure AWS Credentials
16
- uses : aws-actions/configure-aws-credentials@v1
16
+ uses : aws-actions/configure-aws-credentials@v4
17
17
with :
18
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
19
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
18
+ role-to-assume : ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }}
20
19
aws-region : us-east-1
21
20
22
21
- name : Setup java
Original file line number Diff line number Diff line change 53
53
with :
54
54
files : ./jacoco/build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml
55
55
56
- - uses : actions/upload-artifact@v2
56
+ - uses : actions/upload-artifact@v4
57
57
if : ${{ matrix.coverage }}
58
58
with :
59
59
name : coverage-report
Original file line number Diff line number Diff line change 54
54
with :
55
55
files : ./jacoco/build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml
56
56
57
- - uses : actions/upload-artifact@v2
57
+ - uses : actions/upload-artifact@v4
58
58
if : ${{ matrix.coverage }}
59
59
with :
60
60
name : coverage-report
You can’t perform that action at this time.
0 commit comments