We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28f9813 + 3847d99 commit 8feae70Copy full SHA for 8feae70
2 files changed
.github/workflows/api-level-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
working-directory: ./android
32
- name: Upload linting results
33
if: failure() && steps.lint.outcome == 'failure'
34
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
35
with:
36
name: lint-report
37
path: ./android/build/reports
.github/workflows/gradle-build.yml
@@ -30,14 +30,14 @@ jobs:
30
run: ./gradlew build
- name: Upload Unit Test Results
if: ${{ always() }}
name: UnitTests
path: |
build/reports/tests/test/**
38
build/test-results/**
39
- name: Upload a Build Artifact
40
41
42
name: drop
43
0 commit comments