Update GitHub action versions
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
run: ./gradlew check coverageReport sonar --no-daemon --no-configuration-cache --no-build-cache
|
run: ./gradlew check coverageReport sonar --no-daemon --no-configuration-cache --no-build-cache
|
||||||
|
|
||||||
- name: Publish test reports
|
- name: Publish test reports
|
||||||
uses: mikepenz/action-junit-report@v2
|
uses: mikepenz/action-junit-report@v3
|
||||||
if: always() # always run even if the previous step fails
|
if: always() # always run even if the previous step fails
|
||||||
with:
|
with:
|
||||||
report_paths: './**/build/test-results/**/TEST-*.xml'
|
report_paths: './**/build/test-results/**/TEST-*.xml'
|
||||||
4
.github/workflows/sign.yml
vendored
4
.github/workflows/sign.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
sign:
|
sign:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
cp app/build/outputs/apk/release/*.apk mealient-release.apk
|
cp app/build/outputs/apk/release/*.apk mealient-release.apk
|
||||||
|
|
||||||
- name: Upload signed APK
|
- name: Upload signed APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Signed APK
|
name: Signed APK
|
||||||
path: mealient-release.apk
|
path: mealient-release.apk
|
||||||
Reference in New Issue
Block a user