Skip to content

Commit c72b705

Browse files
author
Sandeep Kumar
committed
Updated android.yml
1 parent 0f7e470 commit c72b705

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -37,7 +37,7 @@ jobs:
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/
@@ -68,7 +68,7 @@ jobs:
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:

0 commit comments

Comments
 (0)