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 3030 working-directory : ./android
3131 - name : Upload linting results
3232 if : failure() && steps.lint.outcome == 'failure'
33- uses : actions/upload-artifact@v2
33+ uses : actions/upload-artifact@v3
3434 with :
3535 name : lint-report
3636 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@v2.2.4
33+ uses : actions/upload-artifact@v3
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@v2.2.4
40+ uses : actions/upload-artifact@v3
4141 with :
4242 name : drop
4343 path : |
8686 pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
8787 - name : Upload Diff Artifact
8888 if : ${{ always() }}
89- uses : actions/upload-artifact@v2.2.4
89+ uses : actions/upload-artifact@v3
9090 with :
9191 name : diff
9292 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@v2.2.4
83+ uses : actions/upload-artifact@v3
8484 with :
8585 name : drop
8686 path : |
You can’t perform that action at this time.
0 commit comments