Skip to content

Commit e03d4c9

Browse files
committed
add workflow for Update Gradle Wrapper Action.
This action keeps Gradle Wrapper up-to-date to the latest release. It will run every day at midnight (UTC) and create a pull request if a new Gradle version is available. The updated Wrapper script is validated (with checksum verification) during the update process, and the Wrapper is setup so that it will validate the Gradle binary itself on first run of the new version.
1 parent 6aa9f90 commit e03d4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tag: default
4141
abi: x86
4242
- name: Archive Espresso results
43-
uses: actions/upload-artifact@v1
43+
uses: actions/upload-artifact@v2
4444
if: ${{ always() }}
4545
with:
4646
name: Logcat-Espresso-report
@@ -71,7 +71,7 @@ jobs:
7171
- name: gradle check
7272
run: ./gradlew check
7373
- name: Archive Lint report
74-
uses: actions/upload-artifact@v1
74+
uses: actions/upload-artifact@v2
7575
if: ${{ always() }}
7676
with:
7777
name: Logcat-Lint-report

0 commit comments

Comments
 (0)