File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v4
2222
2323 - name : Cache Gradle packages
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : |
2727 ~/.gradle/caches
3737 run : ./gradlew build -x test --stacktrace
3838
3939 - name : Upload build artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : build-outputs
4343 path : app/build/outputs/
6868 run : ./gradlew test --stacktrace
6969
7070 - name : Upload test reports
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 if : always()
7373 with :
7474 name : test-reports
@@ -108,7 +108,7 @@ jobs:
108108# echo "APK signing step - configure with your keystore"
109109#
110110# - name: Upload APK to Release
111- # uses: actions/upload-release-asset@v1
111+ # uses: actions/upload-release-asset@v4
112112# env:
113113# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114# with:
You can’t perform that action at this time.
0 commit comments