We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47505b1 commit a79d2ebCopy full SHA for a79d2eb
.github/workflows/Check.yaml
@@ -41,14 +41,14 @@ jobs:
41
run: ./gradlew spotlessCheck lintRelease :composeApp:assembleRelease --stacktrace
42
43
- name: Upload build outputs (APKs)
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: build-outputs
47
path: composeApp/build/outputs/apk
48
49
- name: Upload build reports
50
if: always()
51
52
53
name: build-reports
54
path: composeApp/build/reports
0 commit comments