File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 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@v2
34+ uses : actions/upload-artifact@v3
3535 with :
3636 name : lint-report
3737 path : ./android/build/reports
Original file line number Diff line number Diff line change 7878 - name : Publish
7979 run : ./gradlew $PUBLISH_TASK
8080 - name : Upload Build Artifact
81- uses : actions/upload-artifact@v2.2.4
81+ uses : actions/upload-artifact@v3
8282 with :
8383 name : drop
8484 path : |
Original file line number Diff line number Diff line change 2929 - name : Build with Gradle
3030 run : ./gradlew build
3131 - name : Upload a Build Artifact
32- uses : actions/upload-artifact@v2.2.4
32+ uses : actions/upload-artifact@v3
3333 with :
3434 name : drop
3535 path : |
You can’t perform that action at this time.
0 commit comments