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 3131 working-directory : ./android
3232 - name : Upload linting results
3333 if : failure() && steps.lint.outcome == 'failure'
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : lint-report
3737 path : ./android/build/reports
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 run : ./gradlew build
3131 - name : Upload Unit Test Results
3232 if : ${{ always() }}
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 name : UnitTests
3636 path : |
3737 build/reports/tests/test/**
3838 build/test-results/**
3939 - name : Upload a Build Artifact
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : drop
4343 path : |
You can’t perform that action at this time.
0 commit comments