File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 run : ./gradlew --no-daemon build -Pandroid=true
2727 - name : Upload linting results
2828 if : failure() && steps.lint.outcome == 'failure'
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : lint-report
3232 path : ./**/build/reports
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 run : ./gradlew --no-daemon build -Pjava8=true
2323 - name : Upload Unit Test Results
2424 if : ${{ always() }}
25- uses : actions/upload-artifact@v5
25+ uses : actions/upload-artifact@v6
2626 with :
2727 name : Unit Tests
2828 path : |
2929 components/**/build/reports/tests/test/**
3030 components/**/build-test-results/**
3131 - name : Upload a Build Artifact
32- uses : actions/upload-artifact@v5
32+ uses : actions/upload-artifact@v6
3333 with :
3434 name : ${{ inputs.componentName }}-drop
3535 path : ./**/build/*
You can’t perform that action at this time.
0 commit comments