We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1388ea + f11d3d9 commit b110a75Copy full SHA for b110a75
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.2
+ uses: actions/upload-artifact@v5.0.0
30
with:
31
name: build-artifact
32
path: |
0 commit comments