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@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 @@ -27,14 +27,14 @@ jobs:
2727 run : ./gradlew build
2828 - name : Upload Unit Test Results
2929 if : ${{ always() }}
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : UnitTests
3333 path : |
3434 build/reports/tests/test/**
3535 build/test-results/**
3636 - name : Upload a Build Artifact
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : drop
4040 path : |
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
3535 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 - name : Upload patch file as artifact
3737 if : always()
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 continue-on-error : true
4040 with :
4141 name : patch
4242 path : ' *.patch'
4343 - name : Upload explanations file as artifact
4444 if : always()
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 continue-on-error : true
4747 with :
4848 name : explanations
You can’t perform that action at this time.
0 commit comments