mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
Merge pull request #4204 from kiwix/Fixes#4203
Bumped the `upload-artifact` action from version 3 to version 4.
This commit is contained in:
commit
553fc44512
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
script: bash contrib/instrumentation.sh
|
script: bash contrib/instrumentation.sh
|
||||||
|
|
||||||
- name: Upload screenshot result
|
- name: Upload screenshot result
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.api-level }}
|
name: ${{ matrix.api-level }}
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Coverage to GH-Actions
|
- name: Upload Coverage to GH-Actions
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.api-level==30 }}
|
if: ${{ matrix.api-level==30 }}
|
||||||
with:
|
with:
|
||||||
name: Tests Coverage Report
|
name: Tests Coverage Report
|
||||||
|
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload ktlint Reports
|
- name: Upload ktlint Reports
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ktlint-report
|
name: ktlint-report
|
||||||
path: '**/build/reports/ktlint'
|
path: '**/build/reports/ktlint'
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Static Analysis
|
- name: Static Analysis
|
||||||
run: ./gradlew detektDebug detektCustomExampleDebug
|
run: ./gradlew detektDebug detektCustomExampleDebug
|
||||||
- name: Upload Lint Reports
|
- name: Upload Lint Reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: detekt-report
|
name: detekt-report
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
run: ./gradlew app:lintDebug custom:lintCustomexampleDebug
|
run: ./gradlew app:lintDebug custom:lintCustomexampleDebug
|
||||||
|
|
||||||
- name: Upload Lint Reports
|
- name: Upload Lint Reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: lint-report
|
name: lint-report
|
||||||
@ -141,7 +141,7 @@ jobs:
|
|||||||
run: ./gradlew assemble
|
run: ./gradlew assemble
|
||||||
|
|
||||||
- name: Upload APK as Artifacts
|
- name: Upload APK as Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: kiwix-android
|
name: kiwix-android
|
||||||
|
Loading…
x
Reference in New Issue
Block a user