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 3333 working-directory : ./android
3434 - name : Upload linting results
3535 if : failure() && steps.lint.outcome == 'failure'
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : lint-report
3939 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@v3
81+ uses : actions/upload-artifact@v4
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@v3
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : drop
3535 path : |
You can’t perform that action at this time.
0 commit comments