We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 437a8a1 + c96c232 commit e53da4fCopy full SHA for e53da4f
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
run: ./gradlew :app:assembleDebug
27
- name: Upload a Build Artifact
28
if: success()
29
- uses: actions/upload-artifact@v4.6.1
+ uses: actions/upload-artifact@v4.6.2
30
with:
31
name: build-artifact
32
path: |
0 commit comments