We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2f75ec + c8ef880 commit aab5008Copy full SHA for aab5008
2 files changed
.github/workflows/api-level-lint.yml
@@ -28,7 +28,7 @@ jobs:
28
working-directory: ./android
29
- name: Upload linting results
30
if: failure() && steps.lint.outcome == 'failure'
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
32
with:
33
name: lint-report
34
path: ./android/build/reports
.github/workflows/gradle-build.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: ./java-8
25
run: .././gradlew build
26
- name: Upload a Build Artifact
27
name: drop
path: |
0 commit comments