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 4d7aa6d commit a1fa3b6Copy full SHA for a1fa3b6
.github/workflows/build_and_test.yml
@@ -54,14 +54,14 @@ jobs:
54
55
- name: Upload build reports regardless
56
if: always()
57
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
58
with:
59
name: build-reports-${{ matrix.variant }}-${{ matrix.build_type }}
60
path: app/build/reports
61
if-no-files-found: ignore
62
63
- name: Upload artifacts
64
65
66
name: session-${{ matrix.variant }}-${{ matrix.build_type }}
67
path: app/build/outputs/apk/${{ matrix.variant }}/${{ matrix.build_type }}/*-universal*apk
0 commit comments