File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : lint-report
3737 path : ./android/build/reports
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 run : ./gradlew build
3333 - name : Upload Unit Test Results
3434 if : ${{ always() }}
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : UnitTests
3838 path : |
3939 build/reports/tests/test/**
4040 build/test-results/**
4141 - name : Upload a Build Artifact
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : drop
4545 path : |
8989 pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
9090 - name : Upload Diff Artifact
9191 if : ${{ always() }}
92- uses : actions/upload-artifact@v3
92+ uses : actions/upload-artifact@v4
9393 with :
9494 name : diff
9595 path : |
Original file line number Diff line number Diff line change 8080 - name : Publish
8181 run : ./gradlew $PUBLISH_TASK
8282 - name : Upload Build Artifact
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : drop
8686 path : |
You can’t perform that action at this time.
0 commit comments