File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484
8585 - name : Upload test reports
8686 if : always()
87- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8888 with :
8989 name : test-reports-jetlagged-${{ matrix.api-level }}
9090 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change 8282
8383 - name : Upload test reports
8484 if : always()
85- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
85+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8686 with :
8787 name : test-reports-jetnews-${{ matrix.api-level }}
8888 path : ${{ env.SAMPLE_PATH }}/app/build/reports/androidTests
Original file line number Diff line number Diff line change 8383
8484 - name : Upload test reports
8585 if : always()
86- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
86+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8787 with :
8888 name : test-reports-jetchat-${{ matrix.api-level }}
8989 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change 8484
8585 - name : Upload test reports
8686 if : always()
87- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8888 with :
8989 name : test-reports-reply-${{ matrix.api-level }}
9090 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ jobs:
8989 run : ./gradlew testDebug --stacktrace
9090
9191 - name : Upload build outputs (APKs)
92- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
92+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
9393 with :
9494 name : build-outputs
9595 path : ${{ inputs.path }}/${{ inputs.module }}/build/outputs
9696
9797 - name : Upload build reports
9898 if : always()
99- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
99+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
100100 with :
101101 name : build-reports
102102 path : ${{ inputs.path }}/${{ inputs.module }}/build/reports
You can’t perform that action at this time.
0 commit comments